fix(make.defaults): use SYMLINK_LIB=no

this makes the variable match the comment _and_ it makes the baselayout
bump work.
This commit is contained in:
Brandon Philips 2013-02-15 13:28:46 -08:00
parent 55c0ce007e
commit 7aa086dde1

View File

@ -3,7 +3,7 @@
# $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 disable the symlink, since we won't be using it.
SYMLINK_LIB="yes" SYMLINK_LIB="no"
USE="-gcc64" USE="-gcc64"
STAGE1_USE="nptl nptlonly unicode" STAGE1_USE="nptl nptlonly unicode"