From patchwork Wed Apr 25 09:47:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 154858 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 10B12B708D for ; Wed, 25 Apr 2012 19:47:51 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6B351A0037; Wed, 25 Apr 2012 09:47:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AU54GopfsRYv; Wed, 25 Apr 2012 09:47:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 2E897A00F9; Wed, 25 Apr 2012 09:47:49 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 2C7068F753 for ; Wed, 25 Apr 2012 09:47:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1D5A78AA6D for ; Wed, 25 Apr 2012 09:47:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ebyrmaIEjSzO for ; Wed, 25 Apr 2012 09:47:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id AEF2A8AA3B for ; Wed, 25 Apr 2012 09:47:46 +0000 (UTC) Received: from asgard (host21.200-117-174.telecom.net.ar [200.117.174.21]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.4/8.14.4) with ESMTP id q3P9leMp014625 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 25 Apr 2012 06:47:42 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1335347264; bh=k6Ij8gxMKmg3AVY9zr7xTVx7Ynh+bULw6ILOmEpYWA0=; h=From:To:Cc:Subject:Date:Message-Id; b=CGxWGxc30/PsKRvMg5HceAE4LqP35SmHUcO478ceD8pWdfcccKsq+Fpc8odBb0l8P m3Nw3/3nfoO5woTwEAwmWeL/Sfce8wWQghENb9oZ+NC5yKFe942soZkKucE+D6v+fa z+6AcOLjmrMzInFEzbTYmUE8rtVpryvFZQA0VdzY= Received: by asgard (sSMTP sendmail emulation); Wed, 25 Apr 2012 06:47:39 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 25 Apr 2012 06:47:38 -0300 Message-Id: <1335347258-2362-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] toolchain/gcc: remove duplicate QUIET entries X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias Acked-by: Thomas Petazzoni --- toolchain/gcc/gcc-uclibc-4.x.mk | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk index a4faf4f..a2975dc 100644 --- a/toolchain/gcc/gcc-uclibc-4.x.mk +++ b/toolchain/gcc/gcc-uclibc-4.x.mk @@ -310,7 +310,6 @@ $(GCC_BUILD_DIR1)/.configured: $(GCC_DIR)/.patched $(SOFT_FLOAT_CONFIG_OPTION) \ $(GCC_WITH_ABI) $(GCC_WITH_ARCH) $(GCC_WITH_TUNE) $(GCC_WITH_CPU) \ $(EXTRA_GCC_CONFIG_OPTIONS) \ - $(QUIET) \ ) touch $@ @@ -376,7 +375,6 @@ $(GCC_BUILD_DIR2)/.configured: $(GCC_DIR)/.patched $(SOFT_FLOAT_CONFIG_OPTION) \ $(GCC_WITH_ABI) $(GCC_WITH_ARCH) $(GCC_WITH_TUNE) $(GCC_WITH_CPU) \ $(EXTRA_GCC_CONFIG_OPTIONS) \ - $(QUIET) \ ) touch $@