> compile NEMU

221220000 张三
Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
 00:32:24 up 7 days,  9:29,  1 user,  load average: 1.04, 1.19, 1.04
This commit is contained in:
tracer-ics2023
2024-09-25 00:32:26 +08:00
committed by zzy
parent 1bfbac20ca
commit 5968bf2a13

View File

@ -47,7 +47,7 @@ ARCHIVE = $(WORK_DIR)/build/$(NAME)-$(ISA).a
### Add default libraries for ISA != native
ifneq ($(ISA), native)
LIBS += libc libos libndl
LIBS += libc libos libndl libbmp
CFLAGS += -U_FORTIFY_SOURCE # fix compile error in Newlib on ubuntu
else
WL = -Wl,