From 74c1593b105fe120798e1a3730437082a34ac53e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 21 Jan 2017 14:21:16 +0100 Subject: profiles: Inline features/multilib/lib32 NFC except for effective LIBDIR_* for architectures irrelevant to the profile at hand. --- profiles/arch/amd64/make.defaults | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'profiles/arch/amd64/make.defaults') 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" -- cgit v1.2.3-65-gdbad