diff options
author | Richard Kenner <kenner@gnu.org> | 1997-06-27 19:20:14 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gnu.org> | 1997-06-27 19:20:14 +0000 |
commit | 555c8cb962f5be0877c9b0b9a9b76fa62cfe90a4 (patch) | |
tree | 3ca2e5b9291fcc806a59fbb469f1ec7692636880 | |
parent | 629e710c86f3ed7f6cf105994da4b412a12b86f6 (diff) | |
download | emacs-libc-970630.tar.gz |
(-mingw32*): New OS.libc-970705libc-970704libc-970703libc-970702libc-970701libc-970630libc-970629libc-970628
-rwxr-xr-x | config.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sub b/config.sub index 2d0953e876f..ca2bac714c1 100755 --- a/config.sub +++ b/config.sub @@ -1,6 +1,6 @@ #! /bin/sh # Configuration validation subroutine script, version 1.1. -# Copyright (C) 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc. +# Copyright (C) 1991, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. @@ -701,7 +701,7 @@ case $os in | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -linux-gnu* | -uxpv*) + | -mingw32* | -linux-gnu* | -uxpv*) # Remember, each alternative MUST END IN *, to match a version number. ;; -linux*) |