From 0bb97bec5518991cd3baed1f8e16702c45afd566 Mon Sep 17 00:00:00 2001 From: Travis Tilley Date: Sun, 30 May 2004 02:55:58 +0000 Subject: add -fno-unit-at-a-time to the global list of allowed flags --- eclass/flag-o-matic.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') 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 @@ -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" ;; -- cgit v1.2.3-65-gdbad