diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-02-03 01:03:27 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-02-03 01:03:27 +0000 |
commit | 2ed37581a5eee6697528e069c1e304af35eb19e3 (patch) | |
tree | 51bd1f159682fd1b1bc4ac972567f48057ceb8a4 /config.sub | |
parent | 6339c12dccc20c292bc59e7018b13f9d4d796012 (diff) | |
download | emacs-2ed37581a5eee6697528e069c1e304af35eb19e3.tar.gz |
Add cygwin32; Put eabi .sdata2/.sbss2 into read-only memorylibc-960210libc-960209libc-960208libc-960207libc-960206libc-960205libc-960204libc-960203
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.sub b/config.sub index a21374bb7bf..1145e2c9ce9 100755 --- a/config.sub +++ b/config.sub @@ -653,7 +653,8 @@ case $os in | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ - | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux*) + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -cygwin32* | -pe*) # Remember, each alternative MUST END IN *, to match a version number. ;; -sunos5*) |