mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 11:24:18 +08:00
Update libc-bench patch
This commit is contained in:
parent
541585e186
commit
a93234cc40
@ -6,7 +6,7 @@ diff -ruw source/Makefile source-new/Makefile
|
||||
CFLAGS = -Os
|
||||
LDFLAGS = -static
|
||||
-LIBS = -lpthread -lrt -lpthread
|
||||
+LIBS = -lpthread
|
||||
+LIBS = -Wl,--whole-archive -lpthread -Wl,--no-whole-archive
|
||||
|
||||
|
||||
all: libc-bench
|
||||
|
||||
Loading…
Reference in New Issue
Block a user