Changes of Revision 5
[-] [+] | Changed | cpuburn.spec |
[-] [+] | Added | cpuburn-makefile.patch ^ |
@@ -0,0 +1,8 @@ +--- Makefile.orig 2008-07-05 20:21:23.000000000 +0200 ++++ Makefile 2008-07-05 20:22:07.000000000 +0200 +@@ -1,3 +1,4 @@ ++CC:=gcc + all : burnP5 burnP6 burnK6 burnK7 burnBX burnMMX + .S: +- gcc -s -nostdlib -o $@ $< ++ $(CC) -s -nostdlib -o $@ $< |