diff options
author | Joseph Myers <joseph@codesourcery.com> | 2007-08-18 15:19:10 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2007-08-18 15:19:10 +0000 |
commit | 8a6ee3abccdd9b52cfb2c743cc9599101e36f8c1 (patch) | |
tree | fc49da87c72c981bc6d52e6641a71a06b760cd6e /ChangeLog | |
parent | 4fcb9948bf26d840bae23379d8ac2570b1600a8d (diff) | |
download | gdb-8a6ee3abccdd9b52cfb2c743cc9599101e36f8c1.zip gdb-8a6ee3abccdd9b52cfb2c743cc9599101e36f8c1.tar.gz gdb-8a6ee3abccdd9b52cfb2c743cc9599101e36f8c1.tar.bz2 |
2007-08-18 Paul Brook <paul@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
(CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
* Makefile.in: Regenerate.
* configure.ac (--with-debug-prefix-map): New.
* configure: Regenerate.
config:
2007-08-18 Paul Brook <paul@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* mt-gnu (CXXFLAGS_FOR_TARGET): Add
$(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-08-18 Paul Brook <paul@codesourcery.com> + Joseph Myers <joseph@codesourcery.com> + + * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New. + (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it. + * Makefile.in: Regenerate. + * configure.ac (--with-debug-prefix-map): New. + * configure: Regenerate. + 2007-08-17 Richard Sandiford <richard@codesourcery.com> Nigel Stephens <nigel@mips.com> |