summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2005-08-03 08:40:33 +0000
committerDavid Holm <dholm@gentoo.org>2005-08-03 08:40:33 +0000
commit68c2f2746fe959a427fe2ea3f380ecb3501322b2 (patch)
treeaec86e061e36634407bcdbdc8a0ba2456f298661 /eclass
parentReadded to ~ppc (diff)
downloadgentoo-2-68c2f2746fe959a427fe2ea3f380ecb3501322b2.tar.gz
gentoo-2-68c2f2746fe959a427fe2ea3f380ecb3501322b2.tar.bz2
gentoo-2-68c2f2746fe959a427fe2ea3f380ecb3501322b2.zip
Added fix for amd64 submitted by Luke Maurer <maurerl (at) carleton (dot) edu> (Bug #101109)
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnat.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass
index a0df50ae4a7d..a2eedd010b85 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.9 2005/07/11 15:08:06 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.10 2005/08/03 08:40:33 dholm Exp $
#
# Author: David Holm <dholm@gentoo.org>
#
@@ -42,6 +42,7 @@ 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}
export ADACFLAGS=${ADACFLAGS//-Os/-O2}