]> git.pld-linux.org Git - packages/cpuburn.git/blobdiff - cpuburn-makefile.patch
- fix build on 64bit
[packages/cpuburn.git] / cpuburn-makefile.patch
index 7580d77e518d61a761d5260799672d933e6ab999..691d5cf595648928801816d11f1a46c9f73b77bc 100644 (file)
@@ -7,4 +7,4 @@
  all : burnP5 burnP6 burnK6 burnK7 burnBX burnMMX
  .S:
 -      gcc -s -nostdlib -o $@ $<
-+      $(CC) $(CFLAGS) -s -nostdlib -o $@ $<
++      $(CC) $(CFLAGS) -s -m32 -nostdlib -o $@ $<
This page took 0.043951 seconds and 4 git commands to generate.