diff options
author | David Holm <dholm@gentoo.org> | 2003-09-18 15:09:14 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2003-09-18 15:09:14 +0000 |
commit | 733d6b866dcb1a2d90341d2a7fcfd29a8d192993 (patch) | |
tree | 7e1f0ba6445e8acbbcc7da128e78cd8c540e3c23 /eclass/gnat.eclass | |
parent | new version (diff) | |
download | gentoo-2-733d6b866dcb1a2d90341d2a7fcfd29a8d192993.tar.gz gentoo-2-733d6b866dcb1a2d90341d2a7fcfd29a8d192993.tar.bz2 gentoo-2-733d6b866dcb1a2d90341d2a7fcfd29a8d192993.zip |
Stripping some flags common on ppc
Diffstat (limited to 'eclass/gnat.eclass')
-rw-r--r-- | eclass/gnat.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass index f64d248457f4..3d6d773f2fa8 100644 --- a/eclass/gnat.eclass +++ b/eclass/gnat.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/gnat.eclass,v 1.2 2003/07/24 03:04:17 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.3 2003/09/18 15:09:14 dholm Exp $ # # Author: David Holm <dholm@telia.com> # @@ -27,7 +27,7 @@ ADABIND=${ADABIND:-gnatbind} filter-flags "-mmmx -msse -mfpmath=sse -frename-registers \ -fprefetch-loop-arrays -falign-functions=4 -falign-jumps=4 -falign-loops=4 \ - -msse2 -frerun-loop-opt" + -msse2 -frerun-loop-opt -maltivec -mabi=altivec -pipe" ADACFLAGS=${ADACFLAGS:-${CFLAGS}} ADACFLAGS=${ADACFLAGS//pentium-mmx/i586} |