Revision 38ca2abc Makefile.target

b/Makefile.target
27 27
ifndef CONFIG_SOFTMMU
28 28
CONFIG_STATIC=y
29 29
endif
30
endif
31

  
32
ifeq ($(ARCH), ppc)
30
else
31
# the system emulator using soft mmu is portable
33 32
ifdef CONFIG_SOFTMMU
34 33
PROGS+=$(QEMU_SYSTEM)
35 34
endif
36
endif
35
endif # ARCH != i386
37 36

  
38
endif
37
endif # TARGET_ARCH = i386
39 38

  
40 39
ifeq ($(TARGET_ARCH), ppc)
41 40

  

Also available in: Unified diff