summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorPeter Korsgaard2008-10-26 10:14:02 +0100
committerPeter Korsgaard2008-10-26 10:14:02 +0100
commit7543f7dff4c765497ec5388d62cba7f5b4d678e2 (patch)
tree32d0cba132d48a0bddfc03af3f876de3fad35bbe /toolchain/gdb
parentpackage: cleanup PKG_CONFIG_SYSROOT (diff)
downloadbuildroot-7543f7dff4c765497ec5388d62cba7f5b4d678e2.tar.gz
buildroot-7543f7dff4c765497ec5388d62cba7f5b4d678e2.tar.xz
buildroot-7543f7dff4c765497ec5388d62cba7f5b4d678e2.zip
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