[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.168 and 1.169

version 1.168, 2007/04/07 14:49:40 version 1.169, 2007/04/08 09:35:21
Line 351  getarch()
Line 351  getarch()
                 MACHINE_ARCH=sh3el                  MACHINE_ARCH=sh3el
                 ;;                  ;;
   
         evbsh5)  
                 MACHINE_ARCH=sh5el  
                 ;;  
         amd64)          amd64)
                 MACHINE_ARCH=x86_64                  MACHINE_ARCH=x86_64
                 ;;                  ;;
Line 408  validatearch()
Line 405  validatearch()
                 arches="sh3eb sh3el"                  arches="sh3eb sh3el"
                 ;;                  ;;
   
         evbsh5)  
                 arches="sh5eb sh5el"  
                 ;;  
   
         macppc|evbppc)          macppc|evbppc)
                 arches="powerpc powerpc64"                  arches="powerpc powerpc64"
                 ;;                  ;;

Legend:
Removed from v.1.168  
changed lines
  Added in v.1.169

CVSweb <webmaster@jp.NetBSD.org>