diff options
author | Robert Lipe <robertl@dgii.com> | 1998-08-02 22:10:44 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 1998-08-02 22:10:44 +0000 |
commit | b72612b0c701ef18f46025b2408c45106c23273a (patch) | |
tree | fe9d2b18c28642691225f462453ac5203d4369bb | |
parent | 672476cbdf1406a9c5435d2d3ba537529036290f (diff) | |
download | gcc-b72612b0c701ef18f46025b2408c45106c23273a.tar.gz |
* config.sub: Fix typo.
From-SVN: r21545
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rwxr-xr-x | gcc/config.sub | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ccb6c2f78c0..06638f42059 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon Aug 3 00:06:42 1998 Robert Lipe <robertl@dgii.com> + + * config.sub: Fix typo. + Sun Aug 2 22:39:08 1998 Hans-Peter Nilsson <hp@axis.se> * invoke.texi (Environment Variables): Typo: Change "ascpects" diff --git a/gcc/config.sub b/gcc/config.sub index 0691e25bdce..7b189e7433c 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -733,7 +733,6 @@ case $os in | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -win32* | -mingw32* | -linux-gnu* | -uxpv* | -beos* ) - | -mingw32* | -linux-gnu* | -uxpv* | -beos* ) # Remember, each alternative MUST END IN *, to match a version number. ;; -linux*) |