summaryrefslogtreecommitdiffstats
path: root/system/nbench/cflags.patch
diff options
context:
space:
mode:
author Niels Horn2011-12-13 04:34:00 +0100
committer Niels Horn2011-12-18 03:07:47 +0100
commit11302d0f2c489542fe9952af5eadab13a2a4e620 (patch)
tree7f0a2d999344b4301875bb496b8118e817b43e69 /system/nbench/cflags.patch
parent7ebc1de42aec2506f674636092f248520941b4ca (diff)
downloadslackbuilds-11302d0f2c489542fe9952af5eadab13a2a4e620.tar.gz
system/nbench: Miscellaneous script cleanup
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/nbench/cflags.patch')
-rw-r--r--system/nbench/cflags.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/nbench/cflags.patch b/system/nbench/cflags.patch
deleted file mode 100644
index 3c3fc026e0..0000000000
--- a/system/nbench/cflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- nbench-byte-2.2.3_orig/Makefile 2004-12-30 00:23:30.000000000 -0200
-+++ nbench-byte-2.2.3/Makefile 2010-02-15 13:05:24.000000000 -0200
-@@ -22,7 +22,7 @@
- CC = gcc
-
- # generic options for gcc
--CFLAGS = -s -static -Wall -O3
-+CFLAGS = -s -static -Wall -O3 @XTRACFLAGS@
-
- # if your gcc lets you do it, then try this one
- #CFLAGS = -s -static -Wall -O3 -fomit-frame-pointer -funroll-loops