summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2011-10-09 18:46:27 +0000
committerMatt Turner <mattst88@gentoo.org>2011-10-09 18:46:27 +0000
commit6c4d1ef034a7ccd3e15946dda852d66e21c60f71 (patch)
tree4c2b771f15686e3bae2ddf3a24fdabbf57997f29 /profiles
parentVersion bump (diff)
downloadgentoo-2-6c4d1ef034a7ccd3e15946dda852d66e21c60f71.tar.gz
gentoo-2-6c4d1ef034a7ccd3e15946dda852d66e21c60f71.tar.bz2
gentoo-2-6c4d1ef034a7ccd3e15946dda852d66e21c60f71.zip
Add SYMLINK_LIB=no to multilib profiles.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/mips/ChangeLog6
-rw-r--r--profiles/arch/mips/mips64/multilib/make.defaults2
-rw-r--r--profiles/arch/mips/mipsel/mips64el/multilib/make.defaults2
3 files changed, 9 insertions, 1 deletions
diff --git a/profiles/arch/mips/ChangeLog b/profiles/arch/mips/ChangeLog
index 108c9a435ee7..a3bcc07ae9a4 100644
--- a/profiles/arch/mips/ChangeLog
+++ b/profiles/arch/mips/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for Gentoo/MIPS profile directory
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.81 2011/09/23 02:30:59 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.82 2011/10/09 18:46:26 mattst88 Exp $
+
+ 09 Oct 2011; Matt Turner <mattst88@gentoo.org> mips64/multilib/make.defaults,
+ mipsel/mips64el/multilib/make.defaults:
+ Add SYMLINK_LIB=no to multilib profiles.
23 Sep 2011; Matt Turner <mattst88@gentoo.org> use.mask:
Remove laptop, glitz, cpufreq, battery from use.mask
diff --git a/profiles/arch/mips/mips64/multilib/make.defaults b/profiles/arch/mips/mips64/multilib/make.defaults
index ccdc4f2041fc..40a2a3c24d05 100644
--- a/profiles/arch/mips/mips64/multilib/make.defaults
+++ b/profiles/arch/mips/mips64/multilib/make.defaults
@@ -15,3 +15,5 @@ LIBDIR_n32="lib32"
CFLAGS_n64="-mabi=64"
CHOST_n64=${CHOST}
LIBDIR_n64="lib64"
+
+SYMLINK_LIB="no"
diff --git a/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults b/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults
index 6ea9555ef173..33f36a9f9149 100644
--- a/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults
+++ b/profiles/arch/mips/mipsel/mips64el/multilib/make.defaults
@@ -15,3 +15,5 @@ LIBDIR_n32="lib32"
CFLAGS_n64="-mabi=64"
CHOST_n64=${CHOST}
LIBDIR_n64="lib64"
+
+SYMLINK_LIB="no"