* mh-go32: Remove most variable settings, since they presumed a
authorIan Lance Taylor <ian@airs.com>
Thu, 15 Feb 1996 21:23:14 +0000 (21:23 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 15 Feb 1996 21:23:14 +0000 (21:23 +0000)
Canadian Cross, which is now handled correctly by the configure
script.

config/ChangeLog
config/mh-go32

index 0c0624ce841ea2676c1f189f71e1b93d9a56bf2f..ec3c1eecb08cabf9246c53fb9a6725b157262d16 100644 (file)
@@ -1,5 +1,9 @@
 Thu Feb 15 13:07:43 1996  Ian Lance Taylor  <ian@cygnus.com>
 
+       * mh-go32: Remove most variable settings, since they presumed a
+       Canadian Cross, which is now handled correctly by the configure
+       script.
+
        * mh-sparcpic (PICFLAG): Set to -fPIC, not -fpic.
 
 Mon Feb 12 14:53:39 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
index 4f9d27a934669afd7d1bc27b41285b3b2bc0f793..a13a46356468e7e70973cb7701e736f2d9edbf0b 100644 (file)
@@ -1,27 +1,3 @@
-CC=i386-go32-gcc
-AR=i386-go32-ar
-RANLIB=i386-go32-ranlib
-CC_FOR_BUILD=gcc
-HOST_CC=gcc
-HOST_CFLAGS=
-CFLAGS=-O2 -fno-omit-frame-pointer
-HOST_PREFIX=foo
-HOST_PREFIX_1=foo
-RANLIB=i386-go32-ranlib
-AR=i386-go32-ar
-GCC_FOR_TARGET=${target_alias}-gcc
-CXX_FOR_TARGET=${target_alias}-gcc
-CC_FOR_TARGET=${target_alias}-gcc
-AS_FOR_TARGET=${target_alias}-as
-AR_FOR_TARGET=${target_alias}-ar
-NM_FOR_TARGET=${target_alias}-nm
-RANLIB_FOR_TARGET=${target_alias}-ranlib
-HOST_PREFIX=cross
-HOST_PREFIX_1=cross
 MAKEINFOFLAGS=--no-split
 
 INSTALL_DOSREL=install-dosrel
-
-
-
-
This page took 0.02571 seconds and 4 git commands to generate.