summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-01-10 12:35:20 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-01-10 12:35:20 +0000
commite91ece68ac675d64717dd522d2e11df6b85649c3 (patch)
tree958eb6a0eeae160a9d7e0b3732c2ef1e7cdc4d05
parentStable amd64, sparc. (diff)
downloadhistorical-e91ece68ac675d64717dd522d2e11df6b85649c3.tar.gz
historical-e91ece68ac675d64717dd522d2e11df6b85649c3.tar.bz2
historical-e91ece68ac675d64717dd522d2e11df6b85649c3.zip
Adding emul-linux-x86 to default USE.
-rw-r--r--profiles/default-linux/amd64/make.defaults6
-rw-r--r--profiles/default-linux/amd64/multilib-dev/lib64/use.mask1
2 files changed, 3 insertions, 4 deletions
diff --git a/profiles/default-linux/amd64/make.defaults b/profiles/default-linux/amd64/make.defaults
index 96c4f3baf544..b2796dbfc24e 100644
--- a/profiles/default-linux/amd64/make.defaults
+++ b/profiles/default-linux/amd64/make.defaults
@@ -1,14 +1,12 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/make.defaults,v 1.2 2005/01/10 12:35:20 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"
+STAGE1_USE="multilib emul-linux-x86"
GRP_STAGE23_USE="${STAGE1_USE}"
USE="${GRP_STAGE23_USE}"
diff --git a/profiles/default-linux/amd64/multilib-dev/lib64/use.mask b/profiles/default-linux/amd64/multilib-dev/lib64/use.mask
new file mode 100644
index 000000000000..3bd014fd7474
--- /dev/null
+++ b/profiles/default-linux/amd64/multilib-dev/lib64/use.mask
@@ -0,0 +1 @@
+emul-linux-x86