Home
last modified time | relevance | path

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

/aoo41x/main/
H A Dconfig.guess690 9000/31?) HP_ARCH=m68000 ;;
691 9000/[34]??) HP_ARCH=m68k ;;
701 32) HP_ARCH=hppa2.0n ;;
702 64) HP_ARCH=hppa2.0w ;;
703 '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20
707 if test "$HP_ARCH" = ""; then
743 test -z "$HP_ARCH" && HP_ARCH=hppa
746 if test "$HP_ARCH" = hppa2.0w
762 HP_ARCH=hppa2.0w
764 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 35 milliseconds