Changes of Revision 7
[-] [+] | Changed | nbench.spec |
[-] [+] | Added | nbench-libdir.patch ^ |
@@ -0,0 +1,11 @@ +--- Makefile.orig 2011-11-13 20:36:45.106598055 +0100 ++++ Makefile 2011-11-13 20:45:39.895535477 +0100 +@@ -22,7 +22,7 @@ + CC = gcc + + # generic options for gcc +-CFLAGS = -s -static -Wall -O3 ++CFLAGS = -s -Wall -O3 $(LDFLAGS) + + # if your gcc lets you do it, then try this one + #CFLAGS = -s -static -Wall -O3 -fomit-frame-pointer -funroll-loops |