From: Marco Varlese Date: Sun, 3 Sep 2017 17:04:46 +0000 (+0200) Subject: The missing variable (added with this patch) was causing the build on AARCH64 X-Git-Tag: v17.10-rc1~118 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=7ba443706b3ebfc2e3d52570cd56c7d5ae352459;hp=bd8a611c7e4558f18e3280ace9e48ecae5673800;p=vpp.git 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 --- diff --git a/build-root/Makefile b/build-root/Makefile index 0fed520c728..81f7b9011b8 100644 --- a/build-root/Makefile +++ b/build-root/Makefile @@ -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)