diff options
author | Richard Kenner <kenner@gnu.org> | 1997-01-03 13:38:47 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gnu.org> | 1997-01-03 13:38:47 +0000 |
commit | 4398fea0c21bb2647f3eae13b278f44502343770 (patch) | |
tree | 215dea5d7f63e1ec9a8a5999ddaa7cec7e4ca5f1 /config.guess | |
parent | 6a6836233e7ee6d62589ef518c97517655f44ed5 (diff) |
(M68*:*:R3V[567]*:*): Use uppercase 'M'.cvs/libc-970104
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.guess b/config.guess index 59798a91ef..92a6adcefb 100755 --- a/config.guess +++ b/config.guess @@ -1,6 +1,6 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright (C) 1992, 93, 94, 95, 1996 Free Software Foundation, Inc. +# Copyright (C) 1992, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. # # 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 @@ -504,7 +504,7 @@ EOF # "miniframe" echo m68010-convergent-sysv exit 0 ;; - m68*:*:R3V[567]*:*) + 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) OS_REL='' |