mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 20:18:51 +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
|
CFLAGS = -Os
|
||||||
LDFLAGS = -static
|
LDFLAGS = -static
|
||||||
-LIBS = -lpthread -lrt -lpthread
|
-LIBS = -lpthread -lrt -lpthread
|
||||||
+LIBS = -lpthread
|
+LIBS = -Wl,--whole-archive -lpthread -Wl,--no-whole-archive
|
||||||
|
|
||||||
|
|
||||||
all: libc-bench
|
all: libc-bench
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user