Home
last modified time | relevance | path

Searched refs:HP_ARCH (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/
H A Dconfig.guess593 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.20
610 if [ "${HP_ARCH}" = "" ]; then
646 test -z "$HP_ARCH" && HP_ARCH=hppa
649 if [ ${HP_ARCH} = "hppa2.0w" ]
665 HP_ARCH="hppa2.0w"
667 HP_ARCH="hppa64"
[all …]
/aoo41x/main/libtextcat/
H A Dlibtextcat-2.2.patch2268 (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
2269 - if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
2271 + test -z "$HP_ARCH" && HP_ARCH=hppa
2274 + if [ ${HP_ARCH} = "hppa2.0w" ]
2290 + HP_ARCH="hppa2.0w"
2292 + HP_ARCH="hppa64"
2295 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
/aoo41x/main/libxmlsec/
H A Dxmlsec1-update-config-sub-and-guess.patch558 if [ ${HP_ARCH} = "hppa2.0w" ]
577 HP_ARCH="hppa2.0w"
582 echo ${HP_ARCH}-hp-hpux${HPUX_REV}

Completed in 46 milliseconds