summaryrefslogtreecommitdiff
path: root/conf/intel/portage/env/dev-lang/python
diff options
context:
space:
mode:
Diffstat (limited to 'conf/intel/portage/env/dev-lang/python')
-rw-r--r--conf/intel/portage/env/dev-lang/python7
1 files changed, 0 insertions, 7 deletions
diff --git a/conf/intel/portage/env/dev-lang/python b/conf/intel/portage/env/dev-lang/python
deleted file mode 100644
index 27cae24..0000000
--- a/conf/intel/portage/env/dev-lang/python
+++ /dev/null
@@ -1,7 +0,0 @@
-# Disable PIE, because it seems to cause
-# Segmentation faults with guake.
-# See Sabayon bug #3599
-echo "* Disabling PIE as per bug 3599"
-GCC_SPECS=$(gcc-config -L | cut -d":" -f1)/hardenednopiessp.specs
-echo "* Setting GCC_SPECS to ${GCC_SPECS}"
-export GCC_SPECS