mirror of
git://git.savannah.gnu.org/config.git
synced 2025-06-12 01:10:25 +12:00
2000-04-22 Ben Elliston <bje@redhat.com>
* config.guess: Detect Siemens BS2000 machines. From Jean-Frederic Clere <jfrederic.clere@fujitsu.siemens.se>.
This commit is contained in:
parent
fca8d4420d
commit
5718461a2b
@ -1,3 +1,8 @@
|
|||||||
|
2000-04-22 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
|
* config.guess: Detect Siemens BS2000 machines. From Jean-Frederic
|
||||||
|
Clere <jfrederic.clere@fujitsu.siemens.se>.
|
||||||
|
|
||||||
2000-04-22 Ben Elliston <bje@redhat.com>
|
2000-04-22 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
* config.guess: Fix a syntax error in the DG/UX test.
|
* config.guess: Fix a syntax error in the DG/UX test.
|
||||||
|
5
config.guess
vendored
5
config.guess
vendored
@ -1034,13 +1034,16 @@ EOF
|
|||||||
UNAME_MACHINE=pc
|
UNAME_MACHINE=pc
|
||||||
fi
|
fi
|
||||||
echo `uname -p`-${UNAME_MACHINE}-nto-qnx
|
echo `uname -p`-${UNAME_MACHINE}-nto-qnx
|
||||||
exit 0;;
|
exit 0 ;;
|
||||||
*:QNX:*:4*)
|
*:QNX:*:4*)
|
||||||
echo i386-pc-qnx
|
echo i386-pc-qnx
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
NSR-W:NONSTOP_KERNEL:*:*)
|
NSR-W:NONSTOP_KERNEL:*:*)
|
||||||
echo nsr-tandem-nsk${UNAME_RELEASE}
|
echo nsr-tandem-nsk${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
BS2000:POSIX*:*:*)
|
||||||
|
echo bs2000-siemens-sysv
|
||||||
|
exit 0 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
#echo '(No uname command or uname output not recognized.)' 1>&2
|
#echo '(No uname command or uname output not recognized.)' 1>&2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user