[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.54 and 1.55

version 1.54, 2002/03/24 22:21:41 version 1.55, 2002/04/02 16:34:49
Line 20  TOP=`pwd`
Line 20  TOP=`pwd`
 getarch () {  getarch () {
         # Translate a MACHINE into a default MACHINE_ARCH.          # Translate a MACHINE into a default MACHINE_ARCH.
         case $MACHINE in          case $MACHINE in
                 acorn26|evbarm|hpcarm|netwinder)                  acorn26|acorn32|cats|netwinder|shark|*arm)
                         MACHINE_ARCH=arm;;                          MACHINE_ARCH=arm;;
   
                 acorn32|cats|shark)  
                         MACHINE_ARCH=arm32;;  
   
                 sun2)                  sun2)
                         MACHINE_ARCH=m68000;;                          MACHINE_ARCH=m68000;;
   

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

CVSweb <webmaster@jp.NetBSD.org>