You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-benchmarks/cpuburn/files/cpuburn-1.4a-flags.patch

8 lines
250 B

--- 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 $@ $<