From patchwork Wed Jan 2 13:54:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 209049 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id A9CA22C0089 for ; Thu, 3 Jan 2013 00:54:54 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id D316B100326; Wed, 2 Jan 2013 13:54:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QsM0JRkGgq0c; Wed, 2 Jan 2013 13:54:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id D8FFBFFBB7; Wed, 2 Jan 2013 13:54:40 +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 3A3D38F74B for ; Wed, 2 Jan 2013 13:54:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 36FEB84C65 for ; Wed, 2 Jan 2013 13:54:49 +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 w2ThVWH2Qdpt for ; Wed, 2 Jan 2013 13:54:47 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id D9BF784C24 for ; Wed, 2 Jan 2013 13:54:46 +0000 (UTC) Received: from asgard (host151.190-231-107.telecom.net.ar [190.231.107.151]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id r02DseX4010601 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Jan 2013 13:54:42 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1357134884; bh=fTI48kx5+8To8STxlXTSuUu55L7ES/I/BWPMH4dmbis=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=YYLUQoP/yNm4l0+wzJItxsZWHRaC1YSpdcheRsXIaj7xzJgXXaCAYLdq9HSsZ0ALH y3AemgTMsfooh70Dxjup8y2pEC7r/ogt/5tCU+YAwIZfmCPqJr55Kr4okadKck1Bb4 i/7KFOb36rYLjg+2oUIDfP5f2bui1OSFoPORD2xY= Received: by asgard (sSMTP sendmail emulation); Wed, 02 Jan 2013 10:54:39 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 2 Jan 2013 10:54:33 -0300 Message-Id: <1357134873-18514-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1357134873-18514-1-git-send-email-gustavo@zacarias.com.ar> References: <1357134873-18514-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/2] qemu/sparc-ss10: switch to v8 optimization 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 Switch to generic V8 optimization for gcc since we dropped the explicit supersparc one and works just the same. Signed-off-by: Gustavo Zacarias --- configs/qemu_sparc_ss10_defconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configs/qemu_sparc_ss10_defconfig b/configs/qemu_sparc_ss10_defconfig index 38bf243..0b65866 100644 --- a/configs/qemu_sparc_ss10_defconfig +++ b/configs/qemu_sparc_ss10_defconfig @@ -1,6 +1,6 @@ # Architecture BR2_sparc=y -BR2_sparc_supersparc=y +BR2_sparc_v8=y # filesystem BR2_TARGET_ROOTFS_EXT2=y