Revision 38ca2abc

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

  
b/configure
278 278
  echo "ARCH=ia64" >> $config_mak
279 279
  echo "#define HOST_IA64 1" >> $config_h
280 280
elif test "$cpu" = "m68k" ; then
281
  echo "ARCH=m68k" >> config.mak
282
  echo "#define HOST_M68K 1" >> $TMPH
281
  echo "ARCH=m68k" >> $config_mak
282
  echo "#define HOST_M68K 1" >> $config_h
283 283
else
284 284
  echo "Unsupported CPU"
285 285
  exit 1

Also available in: Unified diff