mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 10:36:37 +12:00
2000-04-22 Ben Elliston <bje@redhat.com>
* config.guess: Fix a syntax error in the DG/UX test.
This commit is contained in:
parent
8dad9e8f68
commit
fca8d4420d
@ -1,3 +1,7 @@
|
||||
2000-04-22 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.guess: Fix a syntax error in the DG/UX test.
|
||||
|
||||
2000-04-06 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.guess: Define _HPUX_SOURCE for the HP-UX test program.
|
||||
|
2
config.guess
vendored
2
config.guess
vendored
@ -360,7 +360,7 @@ EOF
|
||||
AViiON:dgux:*:*)
|
||||
# DG/UX returns AViiON for all architectures
|
||||
UNAME_PROCESSOR=`/usr/bin/uname -p`
|
||||
if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110]
|
||||
if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
|
||||
then
|
||||
if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
|
||||
[ ${TARGET_BINARY_INTERFACE}x = x ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user