Develop and Download Open Source Software

Browse CVS Repository

Diff of /freewnn/FreeWnn/configure

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

revision 1.16 by hiroo, Sun Sep 16 11:35:57 2001 UTC revision 1.17 by hiroo, Mon Sep 24 08:36:12 2001 UTC
# Line 1299  case $host in Line 1299  case $host in
1299  *-*-freebsd*|*-*-netbsd*|*-*-openbsd*)  *-*-freebsd*|*-*-netbsd*|*-*-openbsd*)
1300      CCOPTIONS="-DCSRG_BASED"      CCOPTIONS="-DCSRG_BASED"
1301      if test $debug = true; then      if test $debug = true; then
1302        CDEBUGFLAGS="-g2 -O2 -fno-strength-reduce"        CDEBUGFLAGS="-g2 -O2 -fno-strength-reduce -fstack-check"
1303      else      else
1304        CDEBUGFLAGS="-O2 -fno-strength-reduce"        CDEBUGFLAGS="-O2 -fno-strength-reduce"
1305      fi      fi
# Line 1387  powerpc-*-beos*) Line 1387  powerpc-*-beos*)
1387  esac  esac
1388    
1389  if test ${debug} = true; then  if test ${debug} = true; then
1390       INSTPGMFLAGS =       INSTPGMFLAGS=
1391  else  else
1392       INSTPGMFLAGS = -s       INSTPGMFLAGS="-s"
1393  fi  fi
1394    
1395    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26