* configure.host: Remove go32 and win32 host information, since it

should no longer be needed.
This commit is contained in:
Ian Lance Taylor 1996-02-15 21:28:48 +00:00
parent b4fe9919a7
commit 1429341983
2 changed files with 3 additions and 8 deletions

View File

@ -1,5 +1,8 @@
Thu Feb 15 11:29:13 1996 Ian Lance Taylor <ian@cygnus.com>
* configure.host: Remove go32 and win32 host information, since it
should no longer be needed.
* elf.c (map_sections_to_segments): If we have a .dynamic section,
then start a new segment rather than put a writable section in a
readonly segment.

View File

@ -51,14 +51,6 @@ i[345]86-sequent-sysv*) HDEFINES=-Dshared=genshared ;;
i[345]86-ncr*-sysv4*) CC=${CC-/usr/ccs/ATT/cc}
test -z "$CFLAGS" && CFLAGS=" "
;;
i[345]86-*-go32*) test -z "$CC" && CC="i386-go32-gcc -fno-omit-frame-pointer -O2 -Wl,-S"
AR=${AR-i386-go32-ar}
RANLIB=${RANLIB-i386-go32-ranlib}
;;
i[345]86-*-win32) test -z "$CC" && CC="i386-win32-gcc -O2"
AR=${AR-i386-win32-ar}
RANLIB=${RANLIB-i386-win32-ranlib}
;;
mips-dec-netbsd*) ;;
mips-dec-*) HDEFINES="-G 4" ;;