config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HP NonStop Epic machine support fix


From: DmiTriy Fedchenko
Subject: HP NonStop Epic machine support fix
Date: Sat, 9 Jun 2012 17:10:16 +0400

Hi all,
I have an access to HP NonStop Epic (i.e. Itanium) machine aka Tandem NonStop with J06.13.00 Software release and I try to run the latest (2.69 from 24-Apr-2012 23:17) autoconf scripts. Please apply these patches to autoconf to fix work with that machine.

Thanks,
Dmitriy.

2012-06-09 Dmitriy Fedchenko <address@hidden>

* config.guess (case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}"): Next to the token NSE substring can have a length of more than one character.

* config.sub (case $basic_machine): Added new basic machine name.

--- config.guess.back 2012-06-09 16:33:50.000000000 +0400
+++ config.guess 2012-06-09 16:28:28.000000000 +0400
@@ -1198,7 +1198,7 @@
*:QNX:*:4*)
echo i386-pc-qnx
exit ;;
- NSE-?:NONSTOP_KERNEL:*:*)
+ NSE-*:NONSTOP_KERNEL:*:*)
echo nse-tandem-nsk${UNAME_RELEASE}
exit ;;
NSR-?:NONSTOP_KERNEL:*:*)

--- config.sub.back 2012-06-09 16:33:50.000000000 +0400
+++ config.sub 2012-06-09 16:30:17.000000000 +0400
@@ -767,6 +767,9 @@
nsr-tandem)
basic_machine=nsr-tandem
;;
+ nse-tandem)
+ basic_machine=nse-tandem
+ ;;
op50n-* | op60c-*)
basic_machine=hppa1.1-oki
os=-proelf

reply via email to

[Prev in Thread] Current Thread [Next in Thread]