summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/features/64bit-native/make.defaults')
-rw-r--r--profiles/features/64bit-native/make.defaults12
1 files changed, 12 insertions, 0 deletions
diff --git a/profiles/features/64bit-native/make.defaults b/profiles/features/64bit-native/make.defaults
new file mode 100644
index 000000000000..c4f8ed48722c
--- /dev/null
+++ b/profiles/features/64bit-native/make.defaults
@@ -0,0 +1,12 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# We disable the symlink, since we won't be using it.
+SYMLINK_LIB="yes"
+
+USE="-gcc64"
+
+# Since we're doing a pure 64-bit, we want LIBDIR to be lib64
+LIBDIR_amd64="lib64"
+LIBDIR_ppc64="lib64"