diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-01-17 23:50:27 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-01-17 23:50:27 +0000 |
commit | e7daab310880734a511535e7ad024e98a63dd2c3 (patch) | |
tree | 9c6ed07591768a0dfd523bbc60c91e6f216c5949 /ChangeLog | |
parent | dbc522ef398a62f70767ef3eb5c2fdcc11b622ab (diff) | |
download | gcc-e7daab310880734a511535e7ad024e98a63dd2c3.zip gcc-e7daab310880734a511535e7ad024e98a63dd2c3.tar.gz gcc-e7daab310880734a511535e7ad024e98a63dd2c3.tar.bz2 |
re PR libgcj/18222 (libjava bootstrap failure on Tru64 UNIX: CPPFLAGS changed in libltdl)
2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
PR bootstrap/18222
* Makefile.def: Pass CPPFLAGS_FOR_TARGET.
* Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
* Makefile.in: Regenerate.
From-SVN: r93796
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-01-17 Kelley Cook <kcook@gcc.gnu.org> + + PR bootstrap/18222 + * Makefile.def: Pass CPPFLAGS_FOR_TARGET. + * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET. + * Makefile.in: Regenerate. + 2005-01-16 Jason Thorpe <thorpej@netbsd.org> * MAINTAINERS: Update my email address. |