diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-11-29 21:33:11 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-11-29 21:33:11 +0000 |
commit | 712e2a328db1158e12c38270b864f7d1574ce5ab (patch) | |
tree | 968be9f6df5bc6252cfa77badaa1026fd864e0b0 /ChangeLog | |
parent | 883bbc647820b396ff6929ae4d3cda329981a093 (diff) | |
download | newlib-712e2a328db1158e12c38270b864f7d1574ce5ab.zip newlib-712e2a328db1158e12c38270b864f7d1574ce5ab.tar.gz newlib-712e2a328db1158e12c38270b864f7d1574ce5ab.tar.bz2 |
2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
(Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
* configure: Remove 'removing', which doesn't work. Replace $subdir
with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
with $srcdir. Reformat indentation. Substitute some variables
formerly hard-coded in the Makefile for build=host.
* Makefile.tpl: Autogenerate more; make more autoconf-friendly.
* Makefile.def: Autogenerate more.
* Makefile.in: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org> + + (Starting slow-motion replay merge from gcc 3.4 b-i-b branch) + * configure: Remove 'removing', which doesn't work. Replace $subdir + with . everywhere. Replace $subdirs with ''. Replace $makesrcdir + with $srcdir. Reformat indentation. Substitute some variables + formerly hard-coded in the Makefile for build=host. + * Makefile.tpl: Autogenerate more; make more autoconf-friendly. + * Makefile.def: Autogenerate more. + * Makefile.in: Regenerate. + 2002-11-13 Bruce Korb <bkorb@gnu.org> * Makefile.tpl: syntactic cleanup |