summaryrefslogtreecommitdiff
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-10-26 09:14:02 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-10-26 09:14:02 +0000
commit7543f7dff4c765497ec5388d62cba7f5b4d678e2 (patch)
tree32d0cba132d48a0bddfc03af3f876de3fad35bbe /toolchain/gdb
parent8a89d2b3f36d58fb0f13d57cf50c5a8cf84ea466 (diff)
toolhain/: confgure: respect quiet option
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/gdb.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk
index aa46380f2..38ed145c2 100644
--- a/toolchain/gdb/gdb.mk
+++ b/toolchain/gdb/gdb.mk
@@ -104,6 +104,7 @@ $(GDB_TARGET_DIR)/.configured: $(GDB_DIR)/.unpacked
--disable-sim --enable-gdbserver \
--without-included-gettext \
--disable-werror \
+ $(QUIET) \
)
ifeq ($(BR2_ENABLE_LOCALE),y)
-$(SED) "s,^INTL *=.*,INTL = -lintl,g;" $(GDB_DIR)/gdb/Makefile