* config/go32.mh: New makefile fragment for go32 crossing.
authorSteve Chamberlain <sac@cygnus>
Fri, 6 May 1994 21:14:49 +0000 (21:14 +0000)
committerSteve Chamberlain <sac@cygnus>
Fri, 6 May 1994 21:14:49 +0000 (21:14 +0000)
* configure.in (host==go32): Use new fragment.

gas/ChangeLog
gas/config/.Sanitize
gas/config/go32.mh [new file with mode: 0644]

index 9c991ddb13b00b6a0928c217a675ab19b5b38be2..d626d0255f994d879eca2b6e6a02fc8ed09d18ec 100644 (file)
@@ -1,3 +1,8 @@
+Fri May  6 14:13:15 1994  Steve Chamberlain  (sac@cygnus.com)
+
+        * config/go32.mh: New makefile fragment for go32 crossing.
+       * configure.in (host==go32): Use new fragment.
+
 Fri May  6 14:35:58 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
        * gasp.c: Include libiberty.h.
index 18073895f6fac03eb7d4983b5d8b583cdebc6361..a6161c12ce8de259c0fd1cf357ac9851e29dd038 100644 (file)
@@ -36,6 +36,7 @@ atof-ns32k.c
 atof-tahoe.c
 atof-vax.c
 cplus-dem.c
+go32.mh
 h8300.mt
 h8500.mt
 ho-ansi.h
diff --git a/gas/config/go32.mh b/gas/config/go32.mh
new file mode 100644 (file)
index 0000000..c9c51b7
--- /dev/null
@@ -0,0 +1,2 @@
+CC=i386-go32-gcc -Xlinker -S -O2 -fno-omit-frame-pointer
+