summaryrefslogtreecommitdiff
path: root/app-benchmarks/libc-bench/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-benchmarks/libc-bench/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-benchmarks/libc-bench/files')
-rw-r--r--app-benchmarks/libc-bench/files/respect-flags.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-benchmarks/libc-bench/files/respect-flags.patch b/app-benchmarks/libc-bench/files/respect-flags.patch
deleted file mode 100644
index 19958fd1c91b..000000000000
--- a/app-benchmarks/libc-bench/files/respect-flags.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Naur libc-bench-20110206.orig//Makefile libc-bench-20110206/Makefile
---- libc-bench-20110206.orig//Makefile 2011-01-31 02:13:00.000000000 -0500
-+++ libc-bench-20110206/Makefile 2012-08-09 22:12:24.000000000 -0400
-@@ -2,8 +2,7 @@
- SRCS = $(sort $(wildcard *.c))
- OBJS = $(SRCS:.c=.o)
-
--CFLAGS = -Os
--LDFLAGS = -static
-+LDFLAGS += -static
- LIBS = -lpthread -lrt -lpthread
-
-
-@@ -12,9 +11,6 @@
- clean:
- rm -f $(OBJS) libc-bench
-
--test: all
-- ./libc-bench
--
- libc-bench: $(OBJS)
- $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
-