From patchwork Fri Oct 16 16:00:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vicente Olivert Riera X-Patchwork-Id: 531448 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 6A7751402B2 for ; Sat, 17 Oct 2015 03:00:20 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A4E0C91633; Fri, 16 Oct 2015 16:00:19 +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 V3FLoRA9m76j; Fri, 16 Oct 2015 16:00:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 0173C9164D; Fri, 16 Oct 2015 16:00:17 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 892161CED2D for ; Fri, 16 Oct 2015 16:00:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 83D3A94E83 for ; Fri, 16 Oct 2015 16:00:14 +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 yFapkWfui9FD for ; Fri, 16 Oct 2015 16:00:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by hemlock.osuosl.org (Postfix) with ESMTP id C3CE294E74 for ; Fri, 16 Oct 2015 16:00:13 +0000 (UTC) Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 16234F259BFD7 for ; Fri, 16 Oct 2015 17:00:10 +0100 (IST) Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 16 Oct 2015 17:00:12 +0100 Received: from localhost.localdomain (192.168.154.63) by LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id 14.3.210.2; Fri, 16 Oct 2015 17:00:12 +0100 From: Vicente Olivert Riera To: Date: Fri, 16 Oct 2015 17:00:02 +0100 Message-ID: <1445011202-47571-2-git-send-email-Vincent.Riera@imgtec.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1445011202-47571-1-git-send-email-Vincent.Riera@imgtec.com> References: <1445011202-47571-1-git-send-email-Vincent.Riera@imgtec.com> MIME-Version: 1.0 X-Originating-IP: [192.168.154.63] Subject: [Buildroot] [PATCH buildroot-test] Update CodeSourcery MIPS toolchains config files X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Vicente Olivert Riera --- web/toolchains/configs/sourcery-mips.config | 1 + web/toolchains/configs/sourcery-mips64.config | 3 ++- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/web/toolchains/configs/sourcery-mips.config b/web/toolchains/configs/sourcery-mips.config index 7ecf03b..a49fe70 100644 --- a/web/toolchains/configs/sourcery-mips.config +++ b/web/toolchains/configs/sourcery-mips.config @@ -1,3 +1,4 @@ BR2_mips=y +BR2_mips_32r2=y BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201505=y diff --git a/web/toolchains/configs/sourcery-mips64.config b/web/toolchains/configs/sourcery-mips64.config index 987cf85..d89af1c 100644 --- a/web/toolchains/configs/sourcery-mips64.config +++ b/web/toolchains/configs/sourcery-mips64.config @@ -1,4 +1,5 @@ BR2_mips64el=y -BR2_mips_4=y +BR2_mips_64r2=y BR2_MIPS_NABI64=y BR2_TOOLCHAIN_EXTERNAL=y +BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201505=y