Skip to content
Snippets Groups Projects
Verified Commit a93234cc authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Update libc-bench patch

parent 541585e1
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ diff -ruw source/Makefile source-new/Makefile ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment