* [gentoo-commits] gentoo-x86 commit in profiles/features/multilib: make.defaults
@ 2008-12-26 11:09 Friedrich Oslage (bluebird)
0 siblings, 0 replies; 11+ messages in thread
From: Friedrich Oslage (bluebird) @ 2008-12-26 11:09 UTC (permalink / raw
To: gentoo-commits
bluebird 08/12/26 11:09:45
Modified: make.defaults
Log:
Add experimental sparc multilib profile
Revision Changes Path
1.2 profiles/features/multilib/make.defaults
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/features/multilib/make.defaults?r1=1.1&r2=1.2
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- make.defaults 1 Apr 2008 17:41:09 -0000 1.1
+++ make.defaults 26 Dec 2008 11:09:45 -0000 1.2
@@ -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/multilib/make.defaults,v 1.1 2008/04/01 17:41:09 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.2 2008/12/26 11:09:45 bluebird Exp $
# This is so we build with multilib from the start
STAGE1_USE="multilib nptl nptlonly unicode"
@@ -16,7 +16,9 @@
# 64-bit LIBDIR
LIBDIR_amd64="lib64"
LIBDIR_ppc64="lib64"
+LIBDIR_sparc64="lib64"
# 32-bit LIBDIR
LIBDIR_ppc="lib32"
LIBDIR_x86="lib32"
+LIBDIR_sparc32="lib32"
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/features/multilib: make.defaults
@ 2009-03-12 14:30 Timothy Redaelli (drizzt)
0 siblings, 0 replies; 11+ messages in thread
From: Timothy Redaelli (drizzt) @ 2009-03-12 14:30 UTC (permalink / raw
To: gentoo-commits
drizzt 09/03/12 14:30:34
Modified: make.defaults
Log:
Add LIBDIRs for amd64-fbsd
Revision Changes Path
1.3 profiles/features/multilib/make.defaults
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/features/multilib/make.defaults?r1=1.2&r2=1.3
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults 26 Dec 2008 11:09:45 -0000 1.2
+++ make.defaults 12 Mar 2009 14:30:34 -0000 1.3
@@ -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/multilib/make.defaults,v 1.2 2008/12/26 11:09:45 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.3 2009/03/12 14:30:34 drizzt Exp $
# This is so we build with multilib from the start
STAGE1_USE="multilib nptl nptlonly unicode"
@@ -15,10 +15,12 @@
# 64-bit LIBDIR
LIBDIR_amd64="lib64"
+LIBDIR_amd64_fbsd="lib64"
LIBDIR_ppc64="lib64"
LIBDIR_sparc64="lib64"
# 32-bit LIBDIR
LIBDIR_ppc="lib32"
LIBDIR_x86="lib32"
+LIBDIR_x86_fbsd="lib32"
LIBDIR_sparc32="lib32"
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/features/multilib: make.defaults
@ 2011-03-21 4:38 Mike Frysinger (vapier)
0 siblings, 0 replies; 11+ messages in thread
From: Mike Frysinger (vapier) @ 2011-03-21 4:38 UTC (permalink / raw
To: gentoo-commits
vapier 11/03/21 04:38:27
Modified: make.defaults
Log:
move the lib symlink profile down a dir and have the defaults match the binutils/gcc defaults
Revision Changes Path
1.4 profiles/features/multilib/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?r1=1.3&r2=1.4
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults 12 Mar 2009 14:30:34 -0000 1.3
+++ make.defaults 21 Mar 2011 04:38:27 -0000 1.4
@@ -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/multilib/make.defaults,v 1.3 2009/03/12 14:30:34 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.4 2011/03/21 04:38:27 vapier Exp $
# This is so we build with multilib from the start
STAGE1_USE="multilib nptl nptlonly unicode"
@@ -10,9 +10,6 @@
MULTILIB_STRICT_DENY="64-bit.*shared object"
MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage)"
-# Let baselayout create the lib symlink.
-SYMLINK_LIB="yes"
-
# 64-bit LIBDIR
LIBDIR_amd64="lib64"
LIBDIR_amd64_fbsd="lib64"
@@ -20,7 +17,7 @@
LIBDIR_sparc64="lib64"
# 32-bit LIBDIR
-LIBDIR_ppc="lib32"
-LIBDIR_x86="lib32"
-LIBDIR_x86_fbsd="lib32"
-LIBDIR_sparc32="lib32"
+LIBDIR_ppc="lib"
+LIBDIR_x86="lib"
+LIBDIR_x86_fbsd="lib"
+LIBDIR_sparc32="lib"
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/features/multilib: make.defaults
@ 2011-03-21 4:39 Mike Frysinger (vapier)
0 siblings, 0 replies; 11+ messages in thread
From: Mike Frysinger (vapier) @ 2011-03-21 4:39 UTC (permalink / raw
To: gentoo-commits
vapier 11/03/21 04:39:31
Modified: make.defaults
Log:
add s390/s390x multilib settings
Revision Changes Path
1.5 profiles/features/multilib/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?r1=1.4&r2=1.5
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- make.defaults 21 Mar 2011 04:38:27 -0000 1.4
+++ make.defaults 21 Mar 2011 04:39:31 -0000 1.5
@@ -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/multilib/make.defaults,v 1.4 2011/03/21 04:38:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.5 2011/03/21 04:39:31 vapier Exp $
# This is so we build with multilib from the start
STAGE1_USE="multilib nptl nptlonly unicode"
@@ -15,9 +15,11 @@
LIBDIR_amd64_fbsd="lib64"
LIBDIR_ppc64="lib64"
LIBDIR_sparc64="lib64"
+LIBDIR_s390x="lib64"
# 32-bit LIBDIR
LIBDIR_ppc="lib"
LIBDIR_x86="lib"
LIBDIR_x86_fbsd="lib"
LIBDIR_sparc32="lib"
+LIBDIR_s390="lib"
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/features/multilib: make.defaults
@ 2011-04-30 17:53 Jonathan Callen (abcd)
0 siblings, 0 replies; 11+ messages in thread
From: Jonathan Callen (abcd) @ 2011-04-30 17:53 UTC (permalink / raw
To: gentoo-commits
abcd 11/04/30 17:53:11
Modified: make.defaults
Log:
Udev now unconditionally installs to /lib/udev, don't die because of that
Revision Changes Path
1.6 profiles/features/multilib/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?r1=1.5&r2=1.6
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- make.defaults 21 Mar 2011 04:39:31 -0000 1.5
+++ make.defaults 30 Apr 2011 17:53:11 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.5 2011/03/21 04:39:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.6 2011/04/30 17:53:11 abcd Exp $
# This is so we build with multilib from the start
STAGE1_USE="multilib nptl nptlonly unicode"
@@ -8,7 +8,7 @@
# FEATURES="multilib-strict" specific settings.
MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib"
MULTILIB_STRICT_DENY="64-bit.*shared object"
-MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage)"
+MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage|udev)"
# 64-bit LIBDIR
LIBDIR_amd64="lib64"
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/features/multilib: make.defaults
@ 2011-11-17 1:14 Jorge Manuel B. S. Vicetto (jmbsvicetto)
0 siblings, 0 replies; 11+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2011-11-17 1:14 UTC (permalink / raw
To: gentoo-commits
jmbsvicetto 11/11/17 01:14:26
Modified: make.defaults
Log:
Rename STAGE1_USE to BOOTSTRAP_USE, add "cxx unicode" to the base value on base/make.defaults
and make it stack from derived profiles. This should allow gcc to build on stage 2 - bug 390701.
Revision Changes Path
1.7 profiles/features/multilib/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?r1=1.6&r2=1.7
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- make.defaults 30 Apr 2011 17:53:11 -0000 1.6
+++ make.defaults 17 Nov 2011 01:14:26 -0000 1.7
@@ -1,9 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.6 2011/04/30 17:53:11 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.7 2011/11/17 01:14:26 jmbsvicetto Exp $
+# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
+# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
# This is so we build with multilib from the start
-STAGE1_USE="multilib nptl nptlonly unicode"
+BOOTSTRAP_USE="${BOOTSTRAP_USE} multilib"
# FEATURES="multilib-strict" specific settings.
MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib"
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/features/multilib: make.defaults
@ 2011-12-07 19:21 Mike Frysinger (vapier)
0 siblings, 0 replies; 11+ messages in thread
From: Mike Frysinger (vapier) @ 2011-12-07 19:21 UTC (permalink / raw
To: gentoo-commits
vapier 11/12/07 19:21:37
Modified: make.defaults
Log:
merge standard mips LIBDIR settings, and add amd64 x32 abi settings, and sort the resulting mess!
Revision Changes Path
1.8 profiles/features/multilib/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?r1=1.7&r2=1.8
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- make.defaults 17 Nov 2011 01:14:26 -0000 1.7
+++ make.defaults 7 Dec 2011 19:21:37 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.7 2011/11/17 01:14:26 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.8 2011/12/07 19:21:37 vapier Exp $
# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
@@ -15,13 +15,19 @@
# 64-bit LIBDIR
LIBDIR_amd64="lib64"
LIBDIR_amd64_fbsd="lib64"
+LIBDIR_n64="lib64" # MIPS n64
LIBDIR_ppc64="lib64"
-LIBDIR_sparc64="lib64"
LIBDIR_s390x="lib64"
+LIBDIR_sparc64="lib64"
# 32-bit LIBDIR
-LIBDIR_ppc="lib"
LIBDIR_x86="lib"
LIBDIR_x86_fbsd="lib"
-LIBDIR_sparc32="lib"
+LIBDIR_o32="lib" # MIPS o32
+LIBDIR_ppc="lib"
LIBDIR_s390="lib"
+LIBDIR_sparc32="lib"
+
+# Somewhere in-between!
+LIBDIR_x32="libx32" # x86-64 x32
+LIBDIR_n32="lib32" # MIPS n32
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/features/multilib: make.defaults
@ 2013-08-02 14:35 Michal Gorny (mgorny)
0 siblings, 0 replies; 11+ messages in thread
From: Michal Gorny (mgorny) @ 2013-08-02 14:35 UTC (permalink / raw
To: gentoo-commits
mgorny 13/08/02 14:35:15
Modified: make.defaults
Log:
Exempt systemd & clang from broken multilib-strict checks.
Revision Changes Path
1.9 profiles/features/multilib/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?r1=1.8&r2=1.9
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- make.defaults 7 Dec 2011 19:21:37 -0000 1.8
+++ make.defaults 2 Aug 2013 14:35:15 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.8 2011/12/07 19:21:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.9 2013/08/02 14:35:15 mgorny Exp $
# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
@@ -10,7 +10,7 @@
# FEATURES="multilib-strict" specific settings.
MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib"
MULTILIB_STRICT_DENY="64-bit.*shared object"
-MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage|udev)"
+MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage|udev|systemd|clang)"
# 64-bit LIBDIR
LIBDIR_amd64="lib64"
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/features/multilib: make.defaults
@ 2013-10-09 18:20 Michal Gorny (mgorny)
0 siblings, 0 replies; 11+ messages in thread
From: Michal Gorny (mgorny) @ 2013-10-09 18:20 UTC (permalink / raw
To: gentoo-commits
mgorny 13/10/09 18:20:27
Modified: make.defaults
Log:
Exempt python-exec from multilib-strict.
Revision Changes Path
1.10 profiles/features/multilib/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?r1=1.9&r2=1.10
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- make.defaults 2 Aug 2013 14:35:15 -0000 1.9
+++ make.defaults 9 Oct 2013 18:20:27 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.9 2013/08/02 14:35:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.10 2013/10/09 18:20:27 mgorny Exp $
# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
@@ -10,7 +10,7 @@
# FEATURES="multilib-strict" specific settings.
MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib"
MULTILIB_STRICT_DENY="64-bit.*shared object"
-MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage|udev|systemd|clang)"
+MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage|udev|systemd|clang|python-exec)"
# 64-bit LIBDIR
LIBDIR_amd64="lib64"
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/features/multilib: make.defaults
@ 2014-01-17 6:21 Mike Frysinger (vapier)
0 siblings, 0 replies; 11+ messages in thread
From: Mike Frysinger (vapier) @ 2014-01-17 6:21 UTC (permalink / raw
To: gentoo-commits
vapier 14/01/17 06:21:24
Modified: make.defaults
Log:
add arm64/arm ABI libdirs
Revision Changes Path
1.11 profiles/features/multilib/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?r1=1.10&r2=1.11
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- make.defaults 9 Oct 2013 18:20:27 -0000 1.10
+++ make.defaults 17 Jan 2014 06:21:24 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.10 2013/10/09 18:20:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.11 2014/01/17 06:21:24 vapier Exp $
# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
@@ -15,12 +15,14 @@
# 64-bit LIBDIR
LIBDIR_amd64="lib64"
LIBDIR_amd64_fbsd="lib64"
+LIBDIR_arm64="lib64"
LIBDIR_n64="lib64" # MIPS n64
LIBDIR_ppc64="lib64"
LIBDIR_s390x="lib64"
LIBDIR_sparc64="lib64"
# 32-bit LIBDIR
+LIBDIR_arm="lib"
LIBDIR_x86="lib"
LIBDIR_x86_fbsd="lib"
LIBDIR_o32="lib" # MIPS o32
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/features/multilib: make.defaults
@ 2014-03-27 1:55 Mike Frysinger (vapier)
0 siblings, 0 replies; 11+ messages in thread
From: Mike Frysinger (vapier) @ 2014-03-27 1:55 UTC (permalink / raw
To: gentoo-commits
vapier 14/03/27 01:55:29
Modified: make.defaults
Log:
enable USE=multilib by default #435094
Revision Changes Path
1.12 profiles/features/multilib/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/multilib/make.defaults?r1=1.11&r2=1.12
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- make.defaults 17 Jan 2014 06:21:24 -0000 1.11
+++ make.defaults 27 Mar 2014 01:55:29 -0000 1.12
@@ -1,12 +1,16 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.11 2014/01/17 06:21:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/multilib/make.defaults,v 1.12 2014/03/27 01:55:29 vapier Exp $
# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
# This is so we build with multilib from the start
BOOTSTRAP_USE="${BOOTSTRAP_USE} multilib"
+# Default USE=multilib to on. This rarely impact packages as they should be
+# using the multilib eclass anyways. #435094
+USE="multilib"
+
# FEATURES="multilib-strict" specific settings.
MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib"
MULTILIB_STRICT_DENY="64-bit.*shared object"
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-03-27 1:55 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-21 4:39 [gentoo-commits] gentoo-x86 commit in profiles/features/multilib: make.defaults Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2014-03-27 1:55 Mike Frysinger (vapier)
2014-01-17 6:21 Mike Frysinger (vapier)
2013-10-09 18:20 Michal Gorny (mgorny)
2013-08-02 14:35 Michal Gorny (mgorny)
2011-12-07 19:21 Mike Frysinger (vapier)
2011-11-17 1:14 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2011-04-30 17:53 Jonathan Callen (abcd)
2011-03-21 4:38 Mike Frysinger (vapier)
2009-03-12 14:30 Timothy Redaelli (drizzt)
2008-12-26 11:09 Friedrich Oslage (bluebird)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox