diff options
author | Steve Chamberlain <sac@cygnus> | 1994-05-06 21:14:49 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-05-06 21:14:49 +0000 |
commit | c794f0aa850c5a5a25f4261b577eb68d7b01db15 (patch) | |
tree | 8c5b4e4c5ffb0b6c1437985c3d90a6aa552027f7 /gas/config | |
parent | 82da62d141531d3e46d2ea11368198c9602be9e0 (diff) | |
download | ppe42-binutils-c794f0aa850c5a5a25f4261b577eb68d7b01db15.tar.gz ppe42-binutils-c794f0aa850c5a5a25f4261b577eb68d7b01db15.zip |
* config/go32.mh: New makefile fragment for go32 crossing.
* configure.in (host==go32): Use new fragment.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/.Sanitize | 1 | ||||
-rw-r--r-- | gas/config/go32.mh | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index 18073895f6..a6161c12ce 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 0000000000..c9c51b71db --- /dev/null +++ b/gas/config/go32.mh @@ -0,0 +1,2 @@ +CC=i386-go32-gcc -Xlinker -S -O2 -fno-omit-frame-pointer + |