]> git.pld-linux.org Git - packages/cpuburn.git/blobdiff - cpuburn-makefile.patch
- small fixes
[packages/cpuburn.git] / cpuburn-makefile.patch
diff --git a/cpuburn-makefile.patch b/cpuburn-makefile.patch
new file mode 100644 (file)
index 0000000..7580d77
--- /dev/null
@@ -0,0 +1,10 @@
+--- ./Makefile.org     Sat Jun 16 05:39:17 2001
++++ ./Makefile Mon Jul 22 16:02:09 2002
+@@ -1,3 +1,6 @@
++
++CC    = gcc
++
+ all : burnP5 burnP6 burnK6 burnK7 burnBX burnMMX
+ .S:
+-      gcc -s -nostdlib -o $@ $<
++      $(CC) $(CFLAGS) -s -nostdlib -o $@ $<
This page took 0.076615 seconds and 4 git commands to generate.