summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-05-30 02:55:58 +0000
committerTravis Tilley <lv@gentoo.org>2004-05-30 02:55:58 +0000
commit0bb97bec5518991cd3baed1f8e16702c45afd566 (patch)
tree29c16171d7bcb41a7dd3dddd81760fe2be74665a /eclass
parentMoving to mail-client/pine (diff)
downloadgentoo-2-0bb97bec5518991cd3baed1f8e16702c45afd566.tar.gz
gentoo-2-0bb97bec5518991cd3baed1f8e16702c45afd566.tar.bz2
gentoo-2-0bb97bec5518991cd3baed1f8e16702c45afd566.zip
add -fno-unit-at-a-time to the global list of allowed flags
Diffstat (limited to 'eclass')
-rw-r--r--eclass/flag-o-matic.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index 402d9ef58eeb..8155e18339e2 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.51 2004/05/26 18:53:44 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.52 2004/05/30 02:55:58 lv Exp $
#
# Author Bart Verwilst <verwilst@gentoo.org>
@@ -69,7 +69,7 @@ INHERITED="$INHERITED $ECLASS"
# C[XX]FLAGS that we allow in strip-flags
setup-allowed-flags() {
if [ -z "${ALLOWED_FLAGS}" ] ; then
- export ALLOWED_FLAGS="-O -O1 -O2 -mcpu -march -mtune -fstack-protector -pipe -g"
+ export ALLOWED_FLAGS="-O -O1 -O2 -mcpu -march -mtune -fstack-protector -fno-unit-at-a-time -pipe -g"
case "${ARCH}" in
mips) ALLOWED_FLAGS="${ALLOWED_FLAGS} -mips1 -mips2 -mips3 -mips4 -mabi" ;;
amd64) ALLOWED_FLAGS="${ALLOWED_FLAGS} -fPIC -m64" ;;