Searched refs:HP_ARCH (Results 1 – 3 of 3) sorted by relevance
593 9000/31? ) HP_ARCH=m68000 ;;594 9000/[34]?? ) HP_ARCH=m68k ;;604 32) HP_ARCH="hppa2.0n" ;;605 64) HP_ARCH="hppa2.0w" ;;606 '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20610 if [ "${HP_ARCH}" = "" ]; then646 test -z "$HP_ARCH" && HP_ARCH=hppa649 if [ ${HP_ARCH} = "hppa2.0w" ]665 HP_ARCH="hppa2.0w"667 HP_ARCH="hppa64"[all …]
2268 (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`2269 - if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi2271 + test -z "$HP_ARCH" && HP_ARCH=hppa2274 + if [ ${HP_ARCH} = "hppa2.0w" ]2290 + HP_ARCH="hppa2.0w"2292 + HP_ARCH="hppa64"2295 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
558 if [ ${HP_ARCH} = "hppa2.0w" ]577 HP_ARCH="hppa2.0w"582 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
Completed in 22 milliseconds