From Wouter Verhelst <wouter@grep.be>:

* config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
This commit is contained in:
Ben Elliston 2004-06-11 05:26:39 +00:00
parent 27f0c5d96c
commit acf9014ea2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-06-11 Ben Elliston <bje@gnu.org>
From Wouter Verhelst <wouter@grep.be>:
* config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
2004-06-11 Ben Elliston <bje@gnu.org>
* config.guess (luna88k:OpenBSD:*:*): New.

2
config.guess vendored
View File

@ -1099,7 +1099,7 @@ EOF
M680?0:D-NIX:5.3:*)
echo m68k-diab-dnix
exit 0 ;;
M68*:*:R3V[567]*:*)
M68*:*:R3V[5678]*:*)
test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0)
OS_REL=''