summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Brindle <method@gentoo.org>2003-04-06 23:35:41 +0000
committerJoshua Brindle <method@gentoo.org>2003-04-06 23:35:41 +0000
commit8690a602de0b1b71e695ec0d3f9b54c8e0500da2 (patch)
treec6c6d819823b02a206e8218629f52f5728a65592 /eclass/flag-o-matic.eclass
parentallow ARM to upgrade to glibc-2.3.1-r4, but not 2.3.2 (diff)
downloadgentoo-2-8690a602de0b1b71e695ec0d3f9b54c8e0500da2.tar.gz
gentoo-2-8690a602de0b1b71e695ec0d3f9b54c8e0500da2.tar.bz2
gentoo-2-8690a602de0b1b71e695ec0d3f9b54c8e0500da2.zip
added -mtune and -fstack-protector to ALLOWED_FLAGS
Diffstat (limited to 'eclass/flag-o-matic.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 56b0cc377610..978780a96258 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.14 2003/03/25 07:07:42 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.15 2003/04/06 23:35:41 method Exp $
#
# Author Bart Verwilst <verwilst@gentoo.org>
@@ -29,7 +29,7 @@ INHERITED="$INHERITED $ECLASS"
# Find and echo the value for a particular flag
#
-ALLOWED_FLAGS="-O -mcpu -march -pipe -g"
+ALLOWED_FLAGS="-O -mcpu -march -mtune -fstack-protector -pipe -g"
filter-flags () {