summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-15 00:44:16 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-15 00:44:16 +0000
commitf1617bc72926ddef48030e0f54a12c2a384aeb2d (patch)
tree76f1baa7c9e53513d836d54b58421f5cd6c8db03 /eclass
parentAdd ~x86-fbsd keyword. (diff)
downloadgentoo-2-f1617bc72926ddef48030e0f54a12c2a384aeb2d.tar.gz
gentoo-2-f1617bc72926ddef48030e0f54a12c2a384aeb2d.tar.bz2
gentoo-2-f1617bc72926ddef48030e0f54a12c2a384aeb2d.zip
allow -fno-ident #129763 by Nicholas Doyle
Diffstat (limited to 'eclass')
-rw-r--r--eclass/flag-o-matic.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index 5ff36840676a..93d513702146 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.106 2006/02/19 23:18:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.107 2006/04/15 00:44:16 vapier Exp $
# need access to emktemp()
@@ -99,6 +99,7 @@ setup-allowed-flags() {
export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fbounds-checking -fno-bounds-checking"
export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fno-PIE -fno-pie -fno-unit-at-a-time"
export ALLOWED_FLAGS="${ALLOWED_FLAGS} -g -g0 -g1 -g2 -g3 -ggdb -ggdb0 -ggdb1 -ggdb2 -ggdb3"
+ export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fno-ident"
fi
# allow a bunch of flags that negate features / control ABI
ALLOWED_FLAGS="${ALLOWED_FLAGS} -fno-stack-protector -fno-stack-protector-all"