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.1 by ura, Sun Jan 16 05:10:44 2000 UTC revision 1.2 by ura, Sun Jan 16 05:35:32 2000 UTC
# Line 712  case $hosttype in Line 712  case $hosttype in
712      fi      fi
713      ;;      ;;
714  "SunOS")  "SunOS")
715      if test $CC = gcc; then      case `uname -r` in
716        4.*)
717          if test $CC = gcc; then
718          CDEBUGFLAGS=-O2          CDEBUGFLAGS=-O2
719          CCOPTIONS="-Dsun -Dsparc -DSVR4 -DSYSV"          CCOPTIONS="-Dsun -Dsparc"
720      else        else
721          CCOPTIONS="-Xc -xF -xcg92 -Dsun -Dsparc -DSVR4 -DSYSV"          CDEBUGFLAGS=-O4
722      fi          CCOPTIONS=""
723      if test -x /usr/ccs/lib/cpp; then        fi
724          CPP=/usr/ccs/lib/cpp        CPP=/usr/lib/cpp
725      fi        ;;
726        5.*)
727          if test $CC = gcc; then
728              CDEBUGFLAGS=-O2
729              CCOPTIONS="-Dsun -Dsparc -DSVR4 -DSYSV"
730          else
731              CCOPTIONS="-Xc -xF -xcg92 -Dsun -Dsparc -DSVR4 -DSYSV"
732          fi
733          if test -x /usr/ccs/lib/cpp; then
734              CPP=/usr/ccs/lib/cpp
735          fi
736          ;;
737        *)
738          { echo "configure: error: "This system is not supported."" 1>&2; exit 1; }
739          ;;
740        esac
741      ;;      ;;
742  *)  *)
743      { echo "configure: error: "This system is not supported."" 1>&2; exit 1; }      { echo "configure: error: "This system is not supported."" 1>&2; exit 1; }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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