summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2003-07-24 03:04:17 +0000
committerGeorge Shapovalov <george@gentoo.org>2003-07-24 03:04:17 +0000
commit105fdedd5465d53a6c2dcefcf0ab183fca3852f0 (patch)
treeaf10bb8cf96685d5d5951bc19e7ac738e478c64a /eclass
parentremove old ebuilds (diff)
downloadgentoo-2-105fdedd5465d53a6c2dcefcf0ab183fca3852f0.tar.gz
gentoo-2-105fdedd5465d53a6c2dcefcf0ab183fca3852f0.tar.bz2
gentoo-2-105fdedd5465d53a6c2dcefcf0ab183fca3852f0.zip
few additions to filter-flags construct
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnat.eclass5
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}