mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 10:36:37 +12:00
2000-10-08 Ben Elliston <bje@redhat.com>
* config.guess: Handle 8-way NCR 4300s -- uname(1) returns 3446A. From Ken Cormack <kcormack@acs.roadway.com>.
This commit is contained in:
parent
5604c016e7
commit
709364b697
@ -1,3 +1,8 @@
|
||||
2000-10-08 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.guess: Handle 8-way NCR 4300s -- uname(1) returns 3446A.
|
||||
From Ken Cormack <kcormack@acs.roadway.com>.
|
||||
|
||||
2000-10-03 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.guess: Do not hold ld's output in a shell variable; feed
|
||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -3,7 +3,7 @@
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
|
||||
# Free Software Foundation, Inc.
|
||||
|
||||
version='2000-10-03'
|
||||
version='2000-10-07'
|
||||
|
||||
# This file is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
@ -981,7 +981,7 @@ EOF
|
||||
exit 0 ;;
|
||||
M68*:*:R3V[567]*:*)
|
||||
test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
|
||||
3[34]??:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 4850:*:4.0:3.0)
|
||||
3[34]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 4850:*:4.0:3.0)
|
||||
OS_REL=''
|
||||
test -r /etc/.relid \
|
||||
&& OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
|
||||
|
Loading…
x
Reference in New Issue
Block a user