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 | c09ebb85ba8b0a24af61e3470622df21c5481a73 (patch) | |
tree | 3261a663220bdf03194d8a9840d343b571e44359 | |
parent | b07c5668f672125074dd5b0b658145e1544120be (diff) | |
download | glibc-c09ebb85ba8b0a24af61e3470622df21c5481a73.tar.gz glibc-c09ebb85ba8b0a24af61e3470622df21c5481a73.tar.xz glibc-c09ebb85ba8b0a24af61e3470622df21c5481a73.zip |
Add cygwin32; Put eabi .sdata2/.sbss2 into read-only memory
-rwxr-xr-x | config.sub | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.sub b/config.sub index a21374bb7b..1145e2c9ce 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*) |