File: fix_amd64_compile.diff

package info (click to toggle)
grub 0.97-27etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,576 kB
  • ctags: 8,866
  • sloc: ansic: 38,787; sh: 5,559; asm: 2,014; makefile: 652; perl: 338
file content (11 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
--- grub-0.97-bkp/configure.ac	2005-11-05 16:53:00.419491832 -0200
+++ grub-0.97/configure.ac	2005-11-05 16:53:13.777461112 -0200
@@ -47,7 +47,7 @@
 fi
 
 if test "x$host_cpu" = xx86_64; then
-  CFLAGS="-m32 $CFLAGS"
+  CFLAGS="-m64 $CFLAGS"
 fi
 
 #