diff options
author | Per Bothner <per@bothner.com> | 1992-05-27 20:20:47 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-05-27 20:20:47 +0000 |
commit | 7aacc9cc0295741a47cee8367d0f466f4ec305b1 (patch) | |
tree | 1804235b839897cb97daa274ed354712e2d6ef45 /ld | |
parent | 7aea847a9e8edf602df7f87683654fcc08235823 (diff) | |
download | binutils-7aacc9cc0295741a47cee8367d0f466f4ec305b1.zip binutils-7aacc9cc0295741a47cee8367d0f466f4ec305b1.tar.gz binutils-7aacc9cc0295741a47cee8367d0f466f4ec305b1.tar.bz2 |
* Makefile.in: Added default definitions for HOSTING_CRT0,
HOSTING_LIBS, and HOSTING_EMU, based on those in config/*.mh.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 2b8bbfc..a3bc53c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +Wed May 27 13:07:20 1992 Per Bothner (bothner@rtl.cygnus.com) + + * Makefile.in: Added default definitions for HOSTING_CRT0, + HOSTING_LIBS, and HOSTING_EMU, based on those in config/*.mh. + * config/*.mh: Miscellaneous clean-up: Removed definitions + of YACC (since it is not longer used in the Makefile). + Remove HOSTING_* definitions that are subsumed by the + ones added to Makefile.in. Removed most definitions of CC. + * config/{sparc,news,hp300bsd,decstation}.mh: Removed; + These are no longer needed. + Fri May 22 13:47:19 1992 Per Bothner (bothner@cygnus.com) * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex |