diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2009-09-07 00:44:08 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2009-09-07 00:44:08 +0000 |
commit | 96655cc4cc3942aa552f40cf22f2d3fa6d8b3704 (patch) | |
tree | 79bfae8abdec7ab939b7bc5024a4f07b8b31e6c3 /Makefile.in | |
parent | 79158e25e8a7220418ceaaa20ec3642f1d448d58 (diff) | |
download | gdb-96655cc4cc3942aa552f40cf22f2d3fa6d8b3704.zip gdb-96655cc4cc3942aa552f40cf22f2d3fa6d8b3704.tar.gz gdb-96655cc4cc3942aa552f40cf22f2d3fa6d8b3704.tar.bz2 |
ChangeLog:
* configure.ac (with-build-config): Document. Handle without.
Handle missing argument.
* configure: Rebuilt.
config/ChangeLog:
* bootstrap-debug-big.mk (STAGE2_CFLAGS): Drop -gtoggle.
* bootstrap-debug-lean.mk: Update comments.
(STAGE2_CFLAGS): Likewise.
(do-compare): Don't override.
ChangeLog:
* configure.ac (with-build-config): Document. Handle without.
Handle missing argument.
* configure: Rebuilt.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7e11774..044f849 100644 --- a/Makefile.in +++ b/Makefile.in @@ -771,7 +771,7 @@ EXTRA_GCC_FLAGS = \ GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_HOST_FLAGS) $(EXTRA_GCC_FLAGS) @if gcc -BUILD_CONFIG = +BUILD_CONFIG = @BUILD_CONFIG@ ifneq ($(BUILD_CONFIG),) include $(foreach CONFIG, $(BUILD_CONFIG), $(srcdir)/config/$(CONFIG).mk) endif |