aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-15 21:23:14 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-15 21:23:14 +0000
commitb4fe9919a75e3b031172e48211a2d94eaab0fd74 (patch)
treea4d67ba1ff0cc2be8a135cd31ba8c75b99199450 /config
parent22aa1302823ce81e6bc0e58b8a783889f265196e (diff)
downloadgdb-b4fe9919a75e3b031172e48211a2d94eaab0fd74.zip
gdb-b4fe9919a75e3b031172e48211a2d94eaab0fd74.tar.gz
gdb-b4fe9919a75e3b031172e48211a2d94eaab0fd74.tar.bz2
* mh-go32: Remove most variable settings, since they presumed a
Canadian Cross, which is now handled correctly by the configure script.
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/mh-go3224
2 files changed, 4 insertions, 24 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 0c0624c..ec3c1ee 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -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>
diff --git a/config/mh-go32 b/config/mh-go32
index 4f9d27a..a13a463 100644
--- a/config/mh-go32
+++ b/config/mh-go32
@@ -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
-
-
-
-