From 658993f4eb9386e870e1fbd74469cfc63770ad44 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 7 Oct 2012 22:06:58 +0200 Subject: [PATCH] [intel/portage] fixup GCC_SPECS setup for amd64 --- conf/intel/portage/env/dev-lang/python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/intel/portage/env/dev-lang/python b/conf/intel/portage/env/dev-lang/python index cab184c..27cae24 100644 --- a/conf/intel/portage/env/dev-lang/python +++ b/conf/intel/portage/env/dev-lang/python @@ -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