diff options
author | George Shapovalov <george@gentoo.org> | 2003-07-24 03:04:17 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-07-24 03:04:17 +0000 |
commit | ecbac4b1b2500de107a61662fe21b1c0acd02927 (patch) | |
tree | e63adf432d786c661eaa54981a9aa07e0de6c88d /eclass | |
parent | remove old ebuilds (diff) | |
download | historical-ecbac4b1b2500de107a61662fe21b1c0acd02927.tar.gz historical-ecbac4b1b2500de107a61662fe21b1c0acd02927.tar.bz2 historical-ecbac4b1b2500de107a61662fe21b1c0acd02927.zip |
few additions to filter-flags construct
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnat.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass index ef0bf94617a6..f64d248457f4 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.1 2003/07/13 17:39:20 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.2 2003/07/24 03:04:17 george Exp $ # # Author: David Holm <dholm@telia.com> # @@ -26,7 +26,8 @@ ADAMAKE=${ADAMAKE:-gnatmake} ADABIND=${ADABIND:-gnatbind} filter-flags "-mmmx -msse -mfpmath=sse -frename-registers \ - -fprefetch-loop-arrays -falign-functions=4" + -fprefetch-loop-arrays -falign-functions=4 -falign-jumps=4 -falign-loops=4 \ + -msse2 -frerun-loop-opt" ADACFLAGS=${ADACFLAGS:-${CFLAGS}} ADACFLAGS=${ADACFLAGS//pentium-mmx/i586} |