diff options
Diffstat (limited to 'profiles/default/linux/amd64/dev/32bit-userland')
4 files changed, 33 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..44d017b3b955 --- /dev/null +++ b/profiles/default/linux/amd64/dev/32bit-userland/README @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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..398a3d8ae07f --- /dev/null +++ b/profiles/default/linux/amd64/dev/32bit-userland/make.defaults @@ -0,0 +1,13 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 @@ +.. |