diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-03-13 18:32:13 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-03-13 18:32:13 +0000 |
commit | 38ca2abc2eb0fc8edd067420b3fcfa10ffa0054b (patch) | |
tree | f1fcc76baf5ce98fecde1b44992341d0b962bb54 /Makefile.target | |
parent | 73bdea1951ce3894826907a6ce0cf68ad5e4dd0c (diff) | |
download | qemu-38ca2abc2eb0fc8edd067420b3fcfa10ffa0054b.tar.gz qemu-38ca2abc2eb0fc8edd067420b3fcfa10ffa0054b.tar.bz2 qemu-38ca2abc2eb0fc8edd067420b3fcfa10ffa0054b.zip |
m68k compile fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@655 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 9 |
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) |