diff options
author | 2003-12-12 05:04:44 +0000 | |
---|---|---|
committer | 2003-12-12 05:04:44 +0000 | |
commit | c78db3abc6702f5073aea097b2625d23ed9c2637 (patch) | |
tree | b452c778e1270355c99d4fa36bdc595aa9232b24 /eclass/gnat.eclass | |
parent | Included a patch for the configure script so that the package compiles on GCC... (diff) | |
download | gentoo-2-c78db3abc6702f5073aea097b2625d23ed9c2637.tar.gz gentoo-2-c78db3abc6702f5073aea097b2625d23ed9c2637.tar.bz2 gentoo-2-c78db3abc6702f5073aea097b2625d23ed9c2637.zip |
update to filter -mfpmath better
Diffstat (limited to 'eclass/gnat.eclass')
-rw-r--r-- | eclass/gnat.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass index 3d6d773f2fa8..efbb60f53624 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.3 2003/09/18 15:09:14 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.4 2003/12/12 05:04:44 george Exp $ # # Author: David Holm <dholm@telia.com> # @@ -25,7 +25,9 @@ ADAC=${ADAC:-gnatgcc} ADAMAKE=${ADAMAKE:-gnatmake} ADABIND=${ADABIND:-gnatbind} -filter-flags "-mmmx -msse -mfpmath=sse -frename-registers \ +filter-mfpmath "sse 387" + +filter-flags "-mmmx -msse -mfpmath -frename-registers \ -fprefetch-loop-arrays -falign-functions=4 -falign-jumps=4 -falign-loops=4 \ -msse2 -frerun-loop-opt -maltivec -mabi=altivec -pipe" |