--- trunk/configure 2007/10/08 16:21:53 38 +++ trunk/configure 2007/10/08 16:22:11 40 @@ -27,7 +27,7 @@ # SUCH DAMAGE. # # -# $Id: configure,v 1.252 2007/04/10 17:52:27 debug Exp $ +# $Id: configure,v 1.254 2007/04/19 15:18:15 debug Exp $ # # This is a minimal configure script, hardcoded for GXemul. This script # figures out which compiler flags will work, and creates Makefiles in @@ -107,7 +107,7 @@ printf "(Enabling some archs that are not working yet.)\n###\n\n" ENABLEALPHA=YES ENABLEAVR=YES - ENABLEM68K=YES + ENABLEM88K=YES ENABLESPARC=YES fi @@ -172,9 +172,9 @@ printf "#define ENABLE_AVR\n" >> config.h CPU_ARCHS="$CPU_ARCHS cpu_avr.o" fi -if [ z$ENABLEM68K = zYES ]; then - printf "#define ENABLE_M68K\n" >> config.h - CPU_ARCHS="$CPU_ARCHS cpu_m68k.o" +if [ z$ENABLEM88K = zYES ]; then + printf "#define ENABLE_M88K\n" >> config.h + CPU_ARCHS="$CPU_ARCHS cpu_m88k.o" fi if [ z$ENABLEMIPS = zYES ]; then printf "#define ENABLE_MIPS\n" >> config.h