summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin F. Quinn <kevquinn@gentoo.org>2006-01-11 21:36:32 +0000
committerKevin F. Quinn <kevquinn@gentoo.org>2006-01-11 21:36:32 +0000
commit0fee5b005a85f8394567a72fa9eb106ae0f29b00 (patch)
tree6da86efdbe9d0d38b0daaf98a06cb306a5112f78 /profiles/hardened
parentdie backticks (diff)
downloadhistorical-0fee5b005a85f8394567a72fa9eb106ae0f29b00.tar.gz
historical-0fee5b005a85f8394567a72fa9eb106ae0f29b00.tar.bz2
historical-0fee5b005a85f8394567a72fa9eb106ae0f29b00.zip
Mask off gcc-4 before it goes ~x86, as it is not yet good for SSP.
Diffstat (limited to 'profiles/hardened')
-rw-r--r--profiles/hardened/package.mask14
1 files changed, 14 insertions, 0 deletions
diff --git a/profiles/hardened/package.mask b/profiles/hardened/package.mask
new file mode 100644
index 000000000000..12bb39dff01a
--- /dev/null
+++ b/profiles/hardened/package.mask
@@ -0,0 +1,14 @@
+# Copyright 2006 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/package.mask,v 1.1 2006/01/11 21:36:32 kevquinn Exp $
+
+# This file is additional masking for the hardened profile
+
+# Mask off gcc-4 for all hardened arches until SSP is sorted out (i.e.
+# backport for gcc-4.0 and 4.0/4.1 rigged for SSP support in the C
+# library). After that, may still need to be masked on x86 as some
+# PIC assembler that worked pre-4 fails post-4, e.g. bug #104996).
+# If you want to play with it, unmask in /etc/portage/package.unmask
+# but be prepared to rebuild anything you build with gcc-4, later.
+# 2006-01-11 kevquinn
+=sys-devel/gcc-4*