> 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
 10:45:16 up 5 days,  5:50,  1 user,  load average: 1.36, 0.55, 0.60
This commit is contained in:
tracer-ics2023
2024-09-22 10:45:18 +08:00
committed by zzy
parent 7f9372d3c2
commit f2959fc542

View File

@ -136,7 +136,7 @@ $(ARCHIVE): $(OBJS) libs
### Pull newlib from github if it does not exist
ifeq ($(wildcard $(NAVY_HOME)/libs/libc/Makefile),)
$(shell cd $(NAVY_HOME)/libs && git clone git@github.com:NJU-ProjectN/newlib-navy.git libc)
$(shell cd $(NAVY_HOME)/libs && git clone https://github.com/NJU-ProjectN/newlib-navy.git libc)
endif
### Build order control