diff options
Diffstat (limited to 'profiles/features/64bit-native/make.defaults')
-rw-r--r-- | profiles/features/64bit-native/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/features/64bit-native/make.defaults b/profiles/features/64bit-native/make.defaults index 8c26a51d0685..de1ee948dd7f 100644 --- a/profiles/features/64bit-native/make.defaults +++ b/profiles/features/64bit-native/make.defaults @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/make.defaults,v 1.2 2008/11/14 15:43:49 darkside Exp $ # We disable the symlink, since we won't be using it. SYMLINK_LIB="yes" @@ -8,6 +8,6 @@ SYMLINK_LIB="yes" USE="-gcc64" STAGE1_USE="nptl nptlonly unicode" -# Since we're doing a pure 64-bit, we want LIBDIR to be lib +# Since we're doing a pure 64-bit, we want LIBDIR to be lib64 LIBDIR_amd64="lib64" LIBDIR_ppc64="lib64" |