[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.53 and 1.54

version 1.53, 2002/03/21 10:54:50 version 1.54, 2002/03/24 22:21:41
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)                  acorn26|evbarm|hpcarm|netwinder)
                         MACHINE_ARCH=arm;;                          MACHINE_ARCH=arm;;
   
                 acorn32|cats|shark)                  acorn32|cats|shark)

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

CVSweb <webmaster@jp.NetBSD.org>