The missing variable (added with this patch) was causing the build on AARCH64
platforms to default to lib (instead of lib64) when not explicitely defining the --libdir through the configure script. This patch fixes that. Change-Id: Ia4c152e0f40acab7f098885d672ff9385f57b0fe Signed-off-by: Marco Varlese <marco.varlese@suse.com>
This commit is contained in:
Marco Varlese
committed by
Damjan Marion
parent
bd8a611c7e
commit
7ba443706b
@ -165,6 +165,7 @@ BASIC_ARCH = \
|
||||
# x86_64 can be either 32/64. set BIACH=32 to get 32 bit libraries.
|
||||
BIARCH = 64
|
||||
|
||||
aarch64_libdir = 64
|
||||
x86_64_libdir = $(BIARCH)
|
||||
native_libdir = $($(NATIVE_ARCH)_libdir)
|
||||
|
||||
|
Reference in New Issue
Block a user