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
 ifeq ($(ARCH),x86_64)
29
 ifeq ($(ARCH),x86_64)
30
 ARCH		:= i386
30
 ARCH		:= i386
31
 CFLAGS		+= -m32
31
 CFLAGS		+= -m32
32
+ASFLAGS         += --32
33
+LDFLAGS         += -m elf_i386
32
 endif
34
 endif
33
 
35
 
34
 # Drag in architecture-specific Config
36
 # Drag in architecture-specific Config

Loading…
Cancel
Save