]> git.pld-linux.org Git - packages/cpuburn.git/commitdiff
- small fixes
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 22 Jul 2002 14:18:05 +0000 (14:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpuburn-makefile.patch -> 1.1

cpuburn-makefile.patch [new file with mode: 0644]

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.066463 seconds and 4 git commands to generate.