The missing variable (added with this patch) was causing the build on AARCH64 92/8292/2
authorMarco Varlese <marco.varlese@suse.com>
Sun, 3 Sep 2017 17:04:46 +0000 (19:04 +0200)
committerDamjan Marion <dmarion.lists@gmail.com>
Thu, 7 Sep 2017 13:41:12 +0000 (13:41 +0000)
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>
build-root/Makefile

index 0fed520..81f7b90 100644 (file)
@@ -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)