From: Vlad-Andrei BĂDOIU (78692) Date: Tue, 14 Jan 2020 16:17:35 +0000 (+0000) Subject: Add ARM64 support X-Git-Tag: RELEASE-0.4~2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=94383471bab4299a02a0b141ff72d88fa53d70cc;p=unikraft%2Flibs%2Flibunwind.git Add ARM64 support Remove x86_64-specific flags. Signed-off-by: Vlad-Andrei Badoiu Reviewed-by: Felipe Huici --- diff --git a/Makefile.uk b/Makefile.uk index afbf73e..5afc385 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -72,8 +72,7 @@ LIBUNWIND_CXXINCLUDES-y += -I$(LIBUNWIND_SRC)/src # Global flags ################################################################################ CONFIG_FLAGS += -D _LIBUNWIND_HAS_NO_THREADS -D __ELF__ -D _LIBUNWIND_IS_NATIVE_ONLY \ - -D _LIBUNWIND_SUPPORT_DWARF_UNWIND -D _LIBUNWIND_IS_BAREMETAL \ - -D _LIBUNWIND_TARGET_X86_64 -D __x86_64__ + -D _LIBUNWIND_SUPPORT_DWARF_UNWIND -D _LIBUNWIND_IS_BAREMETAL LIBUNWIND_CFLAGS-y += $(CONFIG_FLAGS) LIBUNWIND_CXXFLAGS-y += $(CONFIG_FLAGS)