[BACK]Return to build.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/build.sh between version 1.58 and 1.58.2.1

version 1.58, 2002/05/13 01:44:34 version 1.58.2.1, 2002/05/29 16:32:23
Line 58  getarch () {
Line 58  getarch () {
 validatearch () {  validatearch () {
         # Ensure that the MACHINE_ARCH exists (and is supported by build.sh).          # Ensure that the MACHINE_ARCH exists (and is supported by build.sh).
         case $MACHINE_ARCH in          case $MACHINE_ARCH in
                 alpha|arm|i386|m68000|m68k|mipse[bl]|powerpc|sh3e[bl]|sparc|sparc64|vax|x86_64)                  alpha|arm|armeb|i386|m68000|m68k|mipse[bl]|powerpc|sh3e[bl]|sparc|sparc64|vax|x86_64)
                         ;;                          ;;
   
                 *)      bomb "unknown target MACHINE_ARCH: $MACHINE_ARCH";;                  *)      bomb "unknown target MACHINE_ARCH: $MACHINE_ARCH";;

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.58.2.1

CVSweb <webmaster@jp.NetBSD.org>