diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-26 23:51:45 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-26 23:51:45 +0000 |
commit | 9e4eebc20768c6a9b7e81a3d42f1dac9b7abe162 (patch) | |
tree | 733b3e11f71f040226c0ecf7362146d8dab5b1ae /gas/ChangeLog.mpw | |
parent | a6148eeb0d09ff694aea0781f335ee86917d0179 (diff) | |
download | gdb-9e4eebc20768c6a9b7e81a3d42f1dac9b7abe162.zip gdb-9e4eebc20768c6a9b7e81a3d42f1dac9b7abe162.tar.gz gdb-9e4eebc20768c6a9b7e81a3d42f1dac9b7abe162.tar.bz2 |
* mpw-config.in: Parse target and use to generate forward includes
to tc-, obj-, and atof- files, use te-generic.h for emulation.
* mpw-make.in (VERSION): Define.
(as.c): Compile with GCC.
(TARG_OBJECTS, CLIBS): Define.
(as.new): Use LDFLAGS, TARG_OBJECTS, CLIBS and EXTRALIBS in link
command.
(config.h, config-stamp): Build.
config/ho-mpw.h (HOST_SPECIAL_INIT): Define.
Diffstat (limited to 'gas/ChangeLog.mpw')
-rw-r--r-- | gas/ChangeLog.mpw | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog.mpw b/gas/ChangeLog.mpw index 378b58f..740035e 100644 --- a/gas/ChangeLog.mpw +++ b/gas/ChangeLog.mpw @@ -1,3 +1,15 @@ +Sun Jun 26 16:42:12 1994 Stan Shebs (shebs@andros.cygnus.com) + + * mpw-config.in: Parse target and use to generate forward includes + to tc-, obj-, and atof- files, use te-generic.h for emulation. + * mpw-make.in (VERSION): Define. + (as.c): Compile with GCC. + (TARG_OBJECTS, CLIBS): Define. + (as.new): Use LDFLAGS, TARG_OBJECTS, CLIBS and EXTRALIBS in link + command. + (config.h, config-stamp): Build. + config/ho-mpw.h (HOST_SPECIAL_INIT): Define. + Sun Jun 12 16:38:42 1994 Stan Shebs (shebs@andros.cygnus.com) * mpw-make.in (C, CFLAGS): Removed definitions. |