/[gxemul]/trunk/configure
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 38 by dpavlin, Mon Oct 8 16:21:53 2007 UTC revision 40 by dpavlin, Mon Oct 8 16:22:11 2007 UTC
# Line 27  Line 27 
27  #  SUCH DAMAGE.  #  SUCH DAMAGE.
28  #  #
29  #  #
30  #  $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 $
31  #  #
32  #  This is a minimal configure script, hardcoded for GXemul. This script  #  This is a minimal configure script, hardcoded for GXemul. This script
33  #  figures out which compiler flags will work, and creates Makefiles in  #  figures out which compiler flags will work, and creates Makefiles in
# Line 107  if [ z"$UNSTABLE" = zYES ]; then Line 107  if [ z"$UNSTABLE" = zYES ]; then
107          printf "(Enabling some archs that are not working yet.)\n###\n\n"          printf "(Enabling some archs that are not working yet.)\n###\n\n"
108          ENABLEALPHA=YES          ENABLEALPHA=YES
109          ENABLEAVR=YES          ENABLEAVR=YES
110          ENABLEM68K=YES          ENABLEM88K=YES
111          ENABLESPARC=YES          ENABLESPARC=YES
112  fi  fi
113    
# Line 172  if [ z$ENABLEAVR = zYES ]; then Line 172  if [ z$ENABLEAVR = zYES ]; then
172          printf "#define ENABLE_AVR\n" >> config.h          printf "#define ENABLE_AVR\n" >> config.h
173          CPU_ARCHS="$CPU_ARCHS cpu_avr.o"          CPU_ARCHS="$CPU_ARCHS cpu_avr.o"
174  fi  fi
175  if [ z$ENABLEM68K = zYES ]; then  if [ z$ENABLEM88K = zYES ]; then
176          printf "#define ENABLE_M68K\n" >> config.h          printf "#define ENABLE_M88K\n" >> config.h
177          CPU_ARCHS="$CPU_ARCHS cpu_m68k.o"          CPU_ARCHS="$CPU_ARCHS cpu_m88k.o"
178  fi  fi
179  if [ z$ENABLEMIPS = zYES ]; then  if [ z$ENABLEMIPS = zYES ]; then
180          printf "#define ENABLE_MIPS\n" >> config.h          printf "#define ENABLE_MIPS\n" >> config.h

Legend:
Removed from v.38  
changed lines
  Added in v.40

  ViewVC Help
Powered by ViewVC 1.1.26