diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-01-03 08:38:47 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-01-03 08:38:47 -0500 |
commit | 2a4f347de7ff135ec7818d74f1b9aa744e065b69 (patch) | |
tree | 2576dc43891364af85f566393c4a236017882fba /gcc/config.guess | |
parent | d8bfa78c42e84d9c2cce3153a588166b690053ef (diff) | |
download | gcc-2a4f347de7ff135ec7818d74f1b9aa744e065b69.zip gcc-2a4f347de7ff135ec7818d74f1b9aa744e065b69.tar.gz gcc-2a4f347de7ff135ec7818d74f1b9aa744e065b69.tar.bz2 |
(M68*:*:R3V[567]*:*): Use uppercase 'M'.
From-SVN: r13357
Diffstat (limited to 'gcc/config.guess')
-rwxr-xr-x | gcc/config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.guess b/gcc/config.guess index 59798a9..92a6adc 100755 --- a/gcc/config.guess +++ b/gcc/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='' |