[intel/portage] fixup GCC_SPECS setup for amd64
This commit is contained in:
parent
097d26c17c
commit
658993f4eb
2
conf/intel/portage/env/dev-lang/python
vendored
2
conf/intel/portage/env/dev-lang/python
vendored
@ -2,6 +2,6 @@
|
|||||||
# Segmentation faults with guake.
|
# Segmentation faults with guake.
|
||||||
# See Sabayon bug #3599
|
# See Sabayon bug #3599
|
||||||
echo "* Disabling PIE as per 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}"
|
echo "* Setting GCC_SPECS to ${GCC_SPECS}"
|
||||||
export GCC_SPECS
|
export GCC_SPECS
|
||||||
|
Loading…
Reference in New Issue
Block a user