From 2ed37581a5eee6697528e069c1e304af35eb19e3 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Sat, 3 Feb 1996 01:03:27 +0000 Subject: [PATCH] Add cygwin32; Put eabi .sdata2/.sbss2 into read-only memory --- config.sub | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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*) -- 2.11.4.GIT