File: 02-m32.patch

package info (click to toggle)
cpuburn 1.4a-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 320 kB
  • sloc: asm: 644; sh: 117; makefile: 57
file content (7 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
--- cpuburn-1.4a.orig/Makefile
+++ cpuburn-1.4a/Makefile
@@ -1,3 +1,3 @@
 all : burnP5 burnP6 burnK6 burnK7 burnBX burnMMX
 .S:
-	gcc -s -nostdlib -o $@ $<
+	gcc -m32 -s -nostdlib -o $@ $<