Update libc-bench patch

This commit is contained in:
Jeremy Soller 2018-12-26 07:23:45 -07:00
parent 541585e186
commit a93234cc40
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -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