summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile.target b/Makefile.target
index 08d8dfc185..862961ed4c 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -27,15 +27,14 @@ PROGS+=$(QEMU_SYSTEM)
ifndef CONFIG_SOFTMMU
CONFIG_STATIC=y
endif
-endif
-
-ifeq ($(ARCH), ppc)
+else
+# the system emulator using soft mmu is portable
ifdef CONFIG_SOFTMMU
PROGS+=$(QEMU_SYSTEM)
endif
-endif
+endif # ARCH != i386
-endif
+endif # TARGET_ARCH = i386
ifeq ($(TARGET_ARCH), ppc)