mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
* config/go32.mh: New makefile fragment for go32 crossing.
* configure.in (host==go32): Use new fragment.
This commit is contained in:
@ -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.
|
||||
|
@ -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
|
||||
|
2
gas/config/go32.mh
Normal file
2
gas/config/go32.mh
Normal file
@ -0,0 +1,2 @@
|
||||
CC=i386-go32-gcc -Xlinker -S -O2 -fno-omit-frame-pointer
|
||||
|
Reference in New Issue
Block a user