[BACK]Return to bootstrap CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / bootstrap

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/bootstrap/bootstrap between version 1.227 and 1.228

version 1.227, 2016/01/24 16:14:44 version 1.228, 2016/02/04 13:45:24
Line 222  get_machine_arch_darwin()
Line 222  get_machine_arch_darwin()
                 ;;                  ;;
         powerpc)          powerpc)
                 # sysctl mib exists on 64-bit hardware                  # sysctl mib exists on 64-bit hardware
                 if [ `sysctl -n hw.optional.64bitops 2>/dev/null` = "1" ]; then                  if [ -n "`sysctl -n hw.optional.64bitops 2>/dev/null`" ]; then
                         echo "powerpc64"                          echo "powerpc64"
                 else                  else
                         echo "powerpc"                          echo "powerpc"

Legend:
Removed from v.1.227  
changed lines
  Added in v.1.228

CVSweb <webmaster@jp.NetBSD.org>