* configure.host: Remove go32 and win32 host information, since it
authorIan Lance Taylor <ian@airs.com>
Thu, 15 Feb 1996 21:28:48 +0000 (21:28 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 15 Feb 1996 21:28:48 +0000 (21:28 +0000)
should no longer be needed.

bfd/ChangeLog
bfd/configure.host

index b295c7b..b57f1b4 100644 (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.
index 9af40de..2fac0ed 100644 (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" ;;