summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-21 14:21:16 +0100
committerMichał Górny <mgorny@gentoo.org>2017-02-01 13:27:08 +0100
commit74c1593b105fe120798e1a3730437082a34ac53e (patch)
tree1abd7d0c039ad37efb031a88e550e80a810b4441 /profiles/arch/amd64/make.defaults
parentprofiles/features: Remove unused *bit-native (diff)
downloadgentoo-74c1593b105fe120798e1a3730437082a34ac53e.tar.gz
gentoo-74c1593b105fe120798e1a3730437082a34ac53e.tar.bz2
gentoo-74c1593b105fe120798e1a3730437082a34ac53e.zip
profiles: Inline features/multilib/lib32
NFC except for effective LIBDIR_* for architectures irrelevant to the profile at hand.
Diffstat (limited to 'profiles/arch/amd64/make.defaults')
-rw-r--r--profiles/arch/amd64/make.defaults4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/amd64/make.defaults b/profiles/arch/amd64/make.defaults
index df7976d89a1d..140fa0b6b0b6 100644
--- a/profiles/arch/amd64/make.defaults
+++ b/profiles/arch/amd64/make.defaults
@@ -18,6 +18,10 @@ DEFAULT_ABI="amd64"
# Do not remove this one, or all kinds of hell breaks loose.
ABI="amd64"
+# TODO: move this to a deprecated subprofile
+LIBDIR_x86="lib32"
+SYMLINK_LIB="yes"
+
# 64bit specific settings.
CFLAGS_amd64="-m64"
LDFLAGS_amd64="-m elf_x86_64"