/[gcl]/gcl/configure.in
ViewVC logotype

Diff of /gcl/configure.in

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

revision 1.95 by mjthomas, Mon Jan 13 07:58:05 2003 UTC revision 1.96 by mjthomas, Tue Jan 14 02:16:44 2003 UTC
# Line 50  canonical=$host Line 50  canonical=$host
50  ## host=CPU-COMPANY-SYSTEM  ## host=CPU-COMPANY-SYSTEM
51  AC_MSG_RESULT(host=$host)  AC_MSG_RESULT(host=$host)
52    
53    PROCESSOR_FLAGS=""
54    
55  use=unknown  use=unknown
56  case $canonical in  case $canonical in
57       older)       older)
# Line 189  case $canonical in Line 191  case $canonical in
191       i*mingw*)       i*mingw*)
192         if test "$use_just486" = "yes"; then         if test "$use_just486" = "yes"; then
193           host=i486-pc-mingw32           host=i486-pc-mingw32
194             PROCESSOR_FLAGS="-mcpu=i486 -march=i486"
195           echo "Host is being canonicalised to $host"           echo "Host is being canonicalised to $host"
196         fi         fi
197       use=mingw;;       use=mingw;;
# Line 201  case $canonical in Line 204  case $canonical in
204        
205  esac  esac
206    
207    AC_SUBST(PROCESSOR_FLAGS)
208    
209  echo enable_machine=$enable_machine  echo enable_machine=$enable_machine
210  if test "x$enable_machine" != "x" ; then  if test "x$enable_machine" != "x" ; then
211    use=$enable_machine    use=$enable_machine

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26