summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2005-12-15 12:06:30 +0000
committerGeorge Shapovalov <george@gentoo.org>2005-12-15 12:06:30 +0000
commit77aefd30ea456a3ef89ca619e592d37ef15386c2 (patch)
tree067528d17d2da3e0430d262719dce2cc27ec4d23 /eclass/gnat.eclass
parentremoved debug echos from ebuild (diff)
downloadgentoo-2-77aefd30ea456a3ef89ca619e592d37ef15386c2.tar.gz
gentoo-2-77aefd30ea456a3ef89ca619e592d37ef15386c2.tar.bz2
gentoo-2-77aefd30ea456a3ef89ca619e592d37ef15386c2.zip
some modifications to prepare for amd64 support
Diffstat (limited to 'eclass/gnat.eclass')
-rw-r--r--eclass/gnat.eclass8
1 files changed, 5 insertions, 3 deletions
diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass
index a2eedd010b85..3ce2e08ae3dd 100644
--- a/eclass/gnat.eclass
+++ b/eclass/gnat.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.10 2005/08/03 08:40:33 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.11 2005/12/15 12:06:30 george Exp $
#
# Author: David Holm <dholm@gentoo.org>
#
@@ -42,8 +42,10 @@ gnat_pkg_setup() {
export ADACFLAGS=${ADACFLAGS//athlon-tbird/i686}
export ADACFLAGS=${ADACFLAGS//athlon-4/i686}
export ADACFLAGS=${ADACFLAGS//athlon-[xm]p/i686}
- export ADACFLAGS=${ADACFLAGS//athlon64/i686}
- export ADACFLAGS=${ADACFLAGS//athlon/i686}
+ #the following two break the oncoming amd64 support
+ #will completely remove when gnat-3.44 is unmasked
+# export ADACFLAGS=${ADACFLAGS//athlon64/i686}
+# export ADACFLAGS=${ADACFLAGS//athlon/i686}
export ADACFLAGS=${ADACFLAGS//-Os/-O2}
export ADAMAKEFLAGS=${ADAMAKEFLAGS:-"-cargs ${ADACFLAGS} -margs"}