gentoo-full-overlay/app-benchmarks/cpuburn/files/cpuburn-1.4a-flags.patch

7 lines
250 B
Diff

--- Makefile.orig 2001-06-16 05:39:17.000000000 +0200
+++ Makefile 2010-10-12 20:31:38.000000000 +0200
@@ -1,3 +1,3 @@
all : burnP5 burnP6 burnK6 burnK7 burnBX burnMMX
.S:
- gcc -s -nostdlib -o $@ $<
+ $(CC) $(CFLAGS) $(LDFLAGS) -nostdlib -o $@ $<