]> git.pld-linux.org Git - packages/cpuburn.git/blame - cpuburn-makefile.patch
- fix build on 64bit
[packages/cpuburn.git] / cpuburn-makefile.patch
CommitLineData
4173779a
PG
1--- ./Makefile.org Sat Jun 16 05:39:17 2001
2+++ ./Makefile Mon Jul 22 16:02:09 2002
3@@ -1,3 +1,6 @@
4+
5+CC = gcc
6+
7 all : burnP5 burnP6 burnK6 burnK7 burnBX burnMMX
8 .S:
9- gcc -s -nostdlib -o $@ $<
c0763ab2 10+ $(CC) $(CFLAGS) -s -m32 -nostdlib -o $@ $<
This page took 0.037493 seconds and 4 git commands to generate.