diff options
author | 2003-07-18 20:11:22 +0000 | |
---|---|---|
committer | 2003-07-18 20:11:22 +0000 | |
commit | fdcd983e552555248d7ef493d6f6ac6a5ad6cbe6 (patch) | |
tree | 7362178953dcd8f3f1414d6735f868ec1654bca8 /eclass/flag-o-matic.eclass | |
parent | fltk broken (diff) | |
download | gentoo-2-fdcd983e552555248d7ef493d6f6ac6a5ad6cbe6.tar.gz gentoo-2-fdcd983e552555248d7ef493d6f6ac6a5ad6cbe6.tar.bz2 gentoo-2-fdcd983e552555248d7ef493d6f6ac6a5ad6cbe6.zip |
Adding amd64/x86_64 to a few eclasses
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index e62b8198bfb1..496cc2d2898f 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.22 2003/06/25 19:27:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.23 2003/07/18 20:11:22 tester Exp $ # # Author Bart Verwilst <verwilst@gentoo.org> @@ -39,6 +39,7 @@ INHERITED="$INHERITED $ECLASS" ALLOWED_FLAGS="-O -O1 -O2 -mcpu -march -mtune -fstack-protector -pipe -g" case "${ARCH}" in mips) ALLOWED_FLAGS="${ALLOWED_FLAGS} -mips1 -mips2 -mips3 -mips4 -mabi" ;; + amd64) ALLOWED_FLAGS="${ALLOWED_FLAGS} -fPIC" ;; esac # C[XX]FLAGS that we are think is ok, but needs testing |