summaryrefslogtreecommitdiff
path: root/profiles/features/multilib/make.defaults
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-04 22:28:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-04 22:28:38 +0000
commit66d4bdf369cfae02981ef58fcc93d8f31d79efd0 (patch)
tree4cf7230c19e4e7c18750ea5decf73b68d436693a /profiles/features/multilib/make.defaults
parent9537deb073178c7a997e4810a6e499b74963089d (diff)
redcore profile stub
Diffstat (limited to 'profiles/features/multilib/make.defaults')
-rw-r--r--profiles/features/multilib/make.defaults16
1 files changed, 16 insertions, 0 deletions
diff --git a/profiles/features/multilib/make.defaults b/profiles/features/multilib/make.defaults
new file mode 100644
index 00000000..a844d754
--- /dev/null
+++ b/profiles/features/multilib/make.defaults
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# 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"
+MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage|udev|systemd|clang|python-exec|llvm)"