diff options
-rw-r--r-- | build-root/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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) |