diff options
Diffstat (limited to 'profiles/features/64bit-native/make.defaults')
-rw-r--r-- | profiles/features/64bit-native/make.defaults | 13 |
1 files changed, 13 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..8c26a51d0685 --- /dev/null +++ b/profiles/features/64bit-native/make.defaults @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/make.defaults,v 1.1 2008/04/01 17:41:07 wolf31o2 Exp $ + +# We disable the symlink, since we won't be using it. +SYMLINK_LIB="yes" + +USE="-gcc64" +STAGE1_USE="nptl nptlonly unicode" + +# Since we're doing a pure 64-bit, we want LIBDIR to be lib +LIBDIR_amd64="lib64" +LIBDIR_ppc64="lib64" |