diff options
| author | Richard Kenner | 1997-06-27 19:20:14 +0000 |
|---|---|---|
| committer | Richard Kenner | 1997-06-27 19:20:14 +0000 |
| commit | 80954ee204125c189e84045efc18e30e35afa06e (patch) | |
| tree | 3b03bf2ea30265770aa95e5cecb1fbad324d864a | |
| parent | 43466922e9c981a411e380b2d3a7337f25c6a190 (diff) | |
| download | emacs-80954ee204125c189e84045efc18e30e35afa06e.tar.gz emacs-80954ee204125c189e84045efc18e30e35afa06e.zip | |
(-mingw32*): New OS.
| -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 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | # Configuration validation subroutine script, version 1.1. | 2 | # Configuration validation subroutine script, version 1.1. |
| 3 | # Copyright (C) 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc. | 3 | # Copyright (C) 1991, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. |
| 4 | # This file is (in principle) common to ALL GNU software. | 4 | # This file is (in principle) common to ALL GNU software. |
| 5 | # The presence of a machine in this file suggests that SOME GNU software | 5 | # The presence of a machine in this file suggests that SOME GNU software |
| 6 | # can handle that machine. It does not imply ALL GNU software can. | 6 | # can handle that machine. It does not imply ALL GNU software can. |
| @@ -701,7 +701,7 @@ case $os in | |||
| 701 | | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | 701 | | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ |
| 702 | | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | 702 | | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ |
| 703 | | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | 703 | | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ |
| 704 | | -linux-gnu* | -uxpv*) | 704 | | -mingw32* | -linux-gnu* | -uxpv*) |
| 705 | # Remember, each alternative MUST END IN *, to match a version number. | 705 | # Remember, each alternative MUST END IN *, to match a version number. |
| 706 | ;; | 706 | ;; |
| 707 | -linux*) | 707 | -linux*) |