aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog3
-rw-r--r--bfd/configure.host8
2 files changed, 3 insertions, 8 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b295c7b..b57f1b4 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/configure.host b/bfd/configure.host
index 9af40de..2fac0ed 100644
--- a/bfd/configure.host
+++ b/bfd/configure.host
@@ -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" ;;