diff options
author | 2017-01-21 14:21:16 +0100 | |
---|---|---|
committer | 2017-02-01 13:27:08 +0100 | |
commit | 74c1593b105fe120798e1a3730437082a34ac53e (patch) | |
tree | 1abd7d0c039ad37efb031a88e550e80a810b4441 /profiles/arch/amd64/make.defaults | |
parent | profiles/features: Remove unused *bit-native (diff) | |
download | gentoo-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.defaults | 4 |
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" |