diff options
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/.Sanitize | 1 | ||||
-rw-r--r-- | gas/config/go32.mh | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9c991dd..d626d02 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index 1807389..a6161c1 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -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 index 0000000..c9c51b7 --- /dev/null +++ b/gas/config/go32.mh @@ -0,0 +1,2 @@ +CC=i386-go32-gcc -Xlinker -S -O2 -fno-omit-frame-pointer + |