aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/features/32bit-userland/make.defaults')
-rw-r--r--profiles/features/32bit-userland/make.defaults15
1 files changed, 15 insertions, 0 deletions
diff --git a/profiles/features/32bit-userland/make.defaults b/profiles/features/32bit-userland/make.defaults
new file mode 100644
index 00000000..b7cf5c9e
--- /dev/null
+++ b/profiles/features/32bit-userland/make.defaults
@@ -0,0 +1,15 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/32bit-userland/make.defaults,v 1.2 2008/12/26 11:09:44 bluebird Exp $
+
+# We disable the symlink, since we won't be using it.
+SYMLINK_LIB="no"
+
+# We always need gcc64 for 32bit-userland
+STAGE1_USE="nptl nptlonly unicode gcc64"
+USE="gcc64"
+
+# Since we're creating a 32-bit userland, we want LIBDIR to be lib
+LIBDIR_ppc="lib"
+LIBDIR_x86="lib"
+LIBDIR_sparc32="lib"