mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
Patches for HPUX, and SunOS4 (Japanese).
This commit is contained in:
parent
5308529936
commit
170fdcd6e3
9
config.guess
vendored
9
config.guess
vendored
@ -74,7 +74,8 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|||||||
echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
|
echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
sun4*:SunOS:*:*)
|
sun4*:SunOS:*:*)
|
||||||
echo sparc-sun-sunos${UNAME_RELEASE}
|
# Japanese Language versions have a version number like `4.1.3-JL'.
|
||||||
|
echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
sun3*:SunOS:*:*)
|
sun3*:SunOS:*:*)
|
||||||
echo m68k-sun-sunos${UNAME_RELEASE}
|
echo m68k-sun-sunos${UNAME_RELEASE}
|
||||||
@ -168,11 +169,7 @@ EOF
|
|||||||
9000/7?? | 9000/8?7 ) HP_ARCH=hppa1.1 ;;
|
9000/7?? | 9000/8?7 ) HP_ARCH=hppa1.1 ;;
|
||||||
9000/8?? ) HP_ARCH=hppa1.0 ;;
|
9000/8?? ) HP_ARCH=hppa1.0 ;;
|
||||||
esac
|
esac
|
||||||
case ${UNAME_RELEASE} in
|
HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
|
||||||
*.B7.* ) HPUX_REV=7 ;;
|
|
||||||
*.[B0]8.* ) HPUX_REV=8 ;;
|
|
||||||
*.09.* ) HPUX_REV=9 ;;
|
|
||||||
esac
|
|
||||||
echo ${HP_ARCH}-hp-hpux${HPUX_REV}
|
echo ${HP_ARCH}-hp-hpux${HPUX_REV}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
3050*:HI-UX:*:*)
|
3050*:HI-UX:*:*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user