summaryrefslogtreecommitdiff
path: root/profiles/default/linux/amd64/dev/32bit-userland
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default/linux/amd64/dev/32bit-userland')
-rw-r--r--profiles/default/linux/amd64/dev/32bit-userland/README17
-rw-r--r--profiles/default/linux/amd64/dev/32bit-userland/eapi1
-rw-r--r--profiles/default/linux/amd64/dev/32bit-userland/make.defaults12
-rw-r--r--profiles/default/linux/amd64/dev/32bit-userland/parent1
4 files changed, 31 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/dev/32bit-userland/README b/profiles/default/linux/amd64/dev/32bit-userland/README
new file mode 100644
index 000000000000..f4de3d032949
--- /dev/null
+++ b/profiles/default/linux/amd64/dev/32bit-userland/README
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+IMPORTANT
+=========
+
+Here's how to use this profile. Any other use will probably break your installation, so you better follow it closely.
+
+1. Download the latest amd64 stage2 tarball
+2. Unpack it to your chroot location and do all the bind mounts
+3. Chroot in
+4. run `find /usr/lib64 /lib64 -exec touch {} \;'
+5. remove the "CHOST=" line from /etc/make.conf
+6. change the /etc/make.profile link to this profile
+7. run `emerge -e world'
+
+Dependencies might not always be quite correct. Don't use this profile for anything else then creating emul-libs.
diff --git a/profiles/default/linux/amd64/dev/32bit-userland/eapi b/profiles/default/linux/amd64/dev/32bit-userland/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/default/linux/amd64/dev/32bit-userland/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/default/linux/amd64/dev/32bit-userland/make.defaults b/profiles/default/linux/amd64/dev/32bit-userland/make.defaults
new file mode 100644
index 000000000000..00af93eb7f4c
--- /dev/null
+++ b/profiles/default/linux/amd64/dev/32bit-userland/make.defaults
@@ -0,0 +1,12 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+DEFAULT_ABI="x86"
+ABI="x86"
+
+CHOST="i686-pc-linux-gnu"
+
+FEATURES="collision-protect multilib-strict"
+
+CFLAGS_x86="-m32 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib"
+LDFLAGS_x86="-m elf_i386 -L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib"
diff --git a/profiles/default/linux/amd64/dev/32bit-userland/parent b/profiles/default/linux/amd64/dev/32bit-userland/parent
new file mode 100644
index 000000000000..f3229c5b9876
--- /dev/null
+++ b/profiles/default/linux/amd64/dev/32bit-userland/parent
@@ -0,0 +1 @@
+..