[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.10 and 1.11

version 1.10, 2001/10/30 22:33:00 version 1.11, 2001/10/31 00:08:03
Line 17  bomb () {
Line 17  bomb () {
 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|dnard|evbarm|hpcarm|netwinder)                  arm26|acorn32|dnard|evbarm|hpcarm|netwinder)
                         MACHINE_ARCH=arm;;                          MACHINE_ARCH=arm;;
   
                 acorn32|arm32|cats)                  arm32|cats)
                         MACHINE_ARCH=arm32;;                          MACHINE_ARCH=arm32;;
   
                 sun2)                  sun2)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>