]> git.pld-linux.org Git - packages/cpuburn.git/blob - cpuburn-makefile.patch
- fix build on 64bit
[packages/cpuburn.git] / cpuburn-makefile.patch
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 $@ $<
10 +       $(CC) $(CFLAGS) -s -m32 -nostdlib -o $@ $<
This page took 0.075907 seconds and 3 git commands to generate.