[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.42 and 1.43

version 1.42, 2002/02/10 18:28:12 version 1.43, 2002/02/10 19:09:13
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
                 arm26|evbarm|hpcarm|netwinder|shark)                  arm26|evbarm|hpcarm|netwinder)
                         MACHINE_ARCH=arm;;                          MACHINE_ARCH=arm;;
   
                 acorn32|arm32|cats)                  acorn32|cats|shark)
                         MACHINE_ARCH=arm32;;                          MACHINE_ARCH=arm32;;
   
                 sun2)                  sun2)

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

CVSweb <webmaster@jp.NetBSD.org>