diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2006-05-05 17:11:19 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2006-05-05 17:11:19 +0000 |
commit | 4b164edfcacb542944bb0f326ea0747890f44e1f (patch) | |
tree | 3e21172ab5dcb02ab718fad281038458b45c7c5f /sim/ChangeLog | |
parent | 56487c5507bb8501767f5f63963107dfef1308fa (diff) | |
download | gdb-4b164edfcacb542944bb0f326ea0747890f44e1f.zip gdb-4b164edfcacb542944bb0f326ea0747890f44e1f.tar.gz gdb-4b164edfcacb542944bb0f326ea0747890f44e1f.tar.bz2 |
sim/:
* configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
* configure: Regenerate.
* Makefile.in (CFLAGS_FOR_BUILD): Define.
(CC_FOR_BUILD): Don't override.
(FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD.
sim/ppc/:
* configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
* configure: Regenerate.
* Makefile.in (CFLAGS_FOR_BUILD): Define.
(BUILD_CFLAGS): Use it instead of hardcoding "-g -O".
(gentmap): Fix typo BUILD_FLAGS -> BUILD_CFLAGS.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index fc3848e..d7d51b0 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,12 @@ +2006-05-05 Andreas Schwab <schwab@suse.de> + + * configure.ac (CFLAGS_FOR_BUILD): Set and substitute. + * configure: Regenerate. + + * Makefile.in (CFLAGS_FOR_BUILD): Define. + (CC_FOR_BUILD): Don't override. + (FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD. + 2006-05-04 Daniel Jacobowitz <dan@codesourcery.com> * MAINTAINERS: Add an "Authorized committers" section, and list |