aboutsummaryrefslogtreecommitdiff
path: root/config/mh-go32
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1994-05-06 21:25:45 +0000
committerSteve Chamberlain <sac@cygnus>1994-05-06 21:25:45 +0000
commiteebd76cbbb92732f9a6779e69dbe3fb32b28f1ff (patch)
treed607c73d7506da3a90f52b780f3f881f550d6410 /config/mh-go32
parentc794f0aa850c5a5a25f4261b577eb68d7b01db15 (diff)
downloadgdb-eebd76cbbb92732f9a6779e69dbe3fb32b28f1ff.zip
gdb-eebd76cbbb92732f9a6779e69dbe3fb32b28f1ff.tar.gz
gdb-eebd76cbbb92732f9a6779e69dbe3fb32b28f1ff.tar.bz2
* configure.in (host==go32): Configure dosrel too.
* Makefile.in (INTALL_TARGET): Call INSTALL_LAST last. (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should be set by incoming names or templates. (INSTALL_LAST): New rule. * config/mh-go32: New fragment.
Diffstat (limited to 'config/mh-go32')
-rw-r--r--config/mh-go3224
1 files changed, 24 insertions, 0 deletions
diff --git a/config/mh-go32 b/config/mh-go32
new file mode 100644
index 0000000..27562b5
--- /dev/null
+++ b/config/mh-go32
@@ -0,0 +1,24 @@
+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}-gcc
+CC_FOR_TARGET=${target_alias}-gcc
+AR_FOR_TARGET=${target_alias}-ar
+RANLIB_FOR_TARGET=${target_alias}-ranlib
+HOST_PREFIX=cross
+HOST_PREFIX_1=cross
+MAKEINFOFLAGS=--no-split
+
+INSTALL_LAST=install-dosrel
+
+
+
+