summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2009-09-07 00:44:08 +0000
committerAlexandre Oliva <aoliva@redhat.com>2009-09-07 00:44:08 +0000
commitd2f4997ca6195867ef50c2eaf834cec133ec6ded (patch)
tree682905a667aeec2ee288847238e1564d79e23b3f /Makefile.tpl
parent86db0fa54874cd1242c576b7cf33474c99f090aa (diff)
downloadbinutils-redhat-d2f4997ca6195867ef50c2eaf834cec133ec6ded.tar.gz
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.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index f12252b2c4..6c63d950fc 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -619,7 +619,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