[intel/portage] fixup GCC_SPECS setup for amd64

This commit is contained in:
Fabio Erculiani 2012-10-07 22:06:58 +02:00
parent 097d26c17c
commit 658993f4eb
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
# Segmentation faults with guake.
# See Sabayon bug #3599
echo "* Disabling PIE as per bug 3599"
GCC_SPECS=$(gcc-config -L)/hardenednopiessp.specs
GCC_SPECS=$(gcc-config -L | cut -d":" -f1)/hardenednopiessp.specs
echo "* Setting GCC_SPECS to ${GCC_SPECS}"
export GCC_SPECS