Explorar el Código

include more changes for x86_64

tags/v0.9.3
Holger Lubitz hace 17 años
padre
commit
91a8ae1216
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      src/Makefile

+ 2
- 0
src/Makefile Ver fichero

@@ -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…
Cancelar
Guardar