[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.137 and 1.138

version 1.137, 2005/05/29 10:54:40 version 1.138, 2005/08/17 07:13:32
Line 218  getarch()
Line 218  getarch()
                 MACHINE_ARCH=x86_64                  MACHINE_ARCH=x86_64
                 ;;                  ;;
   
         alpha|i386|sparc|sparc64|vax)          alpha|i386|sparc|sparc64|vax|ia64)
                 MACHINE_ARCH=${MACHINE}                  MACHINE_ARCH=${MACHINE}
                 ;;                  ;;
   
Line 235  validatearch()
Line 235  validatearch()
         #          #
         case "${MACHINE_ARCH}" in          case "${MACHINE_ARCH}" in
   
         alpha|arm|armeb|hppa|i386|m68000|m68k|mipse[bl]|ns32k|powerpc|sh[35]e[bl]|sparc|sparc64|vax|x86_64)          alpha|arm|armeb|hppa|i386|m68000|m68k|mipse[bl]|ns32k|powerpc|sh[35]e[bl]|sparc|sparc64|vax|x86_64|ia64)
                 ;;                  ;;
   
         "")          "")

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138

CVSweb <webmaster@jp.NetBSD.org>