Merge pull request #113 from marineam/symlink

fix(profiles): Everyting assumes lib symlinks to lib64, make it so.
This commit is contained in:
Michael Marineau 2013-07-22 19:14:32 -07:00
commit 1640b28161

View File

@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/make.defaults,v 1.2 2008/11/14 15:43:49 darkside 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. # We still need lib to be a symlink since LIBDIR is lib64
SYMLINK_LIB="no" SYMLINK_LIB="yes"
USE="-gcc64" USE="-gcc64"
STAGE1_USE="nptl nptlonly unicode" STAGE1_USE="nptl nptlonly unicode"