toolhain/: confgure: respect quiet option

This commit is contained in:
Peter Korsgaard
2008-10-26 09:14:02 +00:00
parent 8a89d2b3f3
commit 7543f7dff4
5 changed files with 6 additions and 0 deletions

View File

@@ -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