From e14784f535356698c36771902cbda771ae228e9f Mon Sep 17 00:00:00 2001 From: yanmengzhao Date: Mon, 23 May 2022 20:08:00 +0800 Subject: [PATCH] add unwind-tables flags Signed-off-by: yanmengzhao --- build/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 7f18759..dca247a 100644 --- a/build/Makefile +++ b/build/Makefile @@ -159,7 +159,9 @@ endif musl_patch_for_linux_user: musl_copy_for_linux_user $(HIDE) cp -rfp $(MUSLDIR)/porting/linux/user/* $/dev/null && \ sed $(SED_ARGS) Makefile | make -f- -sj install $(HIDE) cp -rfp $(LINUXHDRDIR)/* $(SYSROOTDIR)/usr/include/$(TARGET) -- GitLab