Browse Source

include more changes for x86_64

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
91a8ae1216
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/Makefile

+ 2
- 0
src/Makefile View File

@@ -29,6 +29,8 @@ endif
29 29
 ifeq ($(ARCH),x86_64)
30 30
 ARCH		:= i386
31 31
 CFLAGS		+= -m32
32
+ASFLAGS         += --32
33
+LDFLAGS         += -m elf_i386
32 34
 endif
33 35
 
34 36
 # Drag in architecture-specific Config

Loading…
Cancel
Save