summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-01-01 02:59:29 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-01-01 02:59:29 +0000
commit68c69b591d046f9a4838efab9ca11542322808c6 (patch)
tree73912cc7efdf204a8c177f68ab1f88c25b28b937 /profiles
parentAdded ~sparc keyword. (Manifest recommit) (diff)
downloadgentoo-2-68c69b591d046f9a4838efab9ca11542322808c6.tar.gz
gentoo-2-68c69b591d046f9a4838efab9ca11542322808c6.tar.bz2
gentoo-2-68c69b591d046f9a4838efab9ca11542322808c6.zip
missed the cvs add on this one...
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/amd64/make.defaults14
1 files changed, 14 insertions, 0 deletions
diff --git a/profiles/default-linux/amd64/make.defaults b/profiles/default-linux/amd64/make.defaults
new file mode 100644
index 000000000000..96c4f3baf544
--- /dev/null
+++ b/profiles/default-linux/amd64/make.defaults
@@ -0,0 +1,14 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/make.defaults,v 1.1 2005/01/01 02:59:29 eradicator Exp $
+
+ARCH="amd64"
+ACCEPT_KEYWORDS="${ARCH}"
+
+CHOST="x86_64-pc-linux-gnu"
+
+# GCC 3.4.2 has multilib enabled by default, but we still need multilib in USE
+# for compatibility. also, without this we might actually fail to build stages.
+STAGE1_USE="multilib"
+GRP_STAGE23_USE="${STAGE1_USE}"
+USE="${GRP_STAGE23_USE}"