From 105fdedd5465d53a6c2dcefcf0ab183fca3852f0 Mon Sep 17 00:00:00 2001 From: George Shapovalov Date: Thu, 24 Jul 2003 03:04:17 +0000 Subject: few additions to filter-flags construct --- eclass/gnat.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'eclass') 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 # @@ -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} -- cgit v1.2.3-65-gdbad