From patchwork Tue Oct 13 13:27:27 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: 529735 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 289F91402B7 for ; Wed, 14 Oct 2015 00:27:55 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 668BA8F56D; Tue, 13 Oct 2015 13:27:54 +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 XHFtBlP7vxXV; Tue, 13 Oct 2015 13:27:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 4FF208FBCC; Tue, 13 Oct 2015 13:27:53 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 21F7B1C1F3A for ; Tue, 13 Oct 2015 13:27:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 046568FA4C for ; Tue, 13 Oct 2015 13:27:52 +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 iprFca4Dypbd for ; Tue, 13 Oct 2015 13:27:50 +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 whitealder.osuosl.org (Postfix) with ESMTP id 092E68FBE2 for ; Tue, 13 Oct 2015 13:27:47 +0000 (UTC) Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 37A3ADF76E698; Tue, 13 Oct 2015 14:27:43 +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; Tue, 13 Oct 2015 14:27:45 +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; Tue, 13 Oct 2015 14:27:45 +0100 From: Vicente Olivert Riera To: Date: Tue, 13 Oct 2015 14:27:27 +0100 Message-ID: <1444742847-43395-3-git-send-email-Vincent.Riera@imgtec.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1444742847-43395-1-git-send-email-Vincent.Riera@imgtec.com> References: <1444742847-43395-1-git-send-email-Vincent.Riera@imgtec.com> MIME-Version: 1.0 X-Originating-IP: [192.168.154.63] Cc: thomas.petazzoni@free-electrons.com Subject: [Buildroot] [PATCH buildroot-test 3/3] toolchain-configs.csv: sort the file alphabetically 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/toolchain-configs.csv | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/toolchains/configs/toolchain-configs.csv b/web/toolchains/configs/toolchain-configs.csv index 6c0bdb2..4486ed9 100644 --- a/web/toolchains/configs/toolchain-configs.csv +++ b/web/toolchains/configs/toolchain-configs.csv @@ -9,8 +9,8 @@ http://autobuild.buildroot.org/toolchains/configs/br-arm-basic.config,x86,uclibc http://autobuild.buildroot.org/toolchains/configs/br-arm-cortex-a9-glibc.config,x86,glibc http://autobuild.buildroot.org/toolchains/configs/br-arm-cortex-a9-musl.config,x86,musl http://autobuild.buildroot.org/toolchains/configs/br-arm-full.config,x86,uclibc -http://autobuild.buildroot.org/toolchains/configs/br-arm-full-static.config,x86,uclibc http://autobuild.buildroot.org/toolchains/configs/br-arm-full-nothread.config,x86,uclibc +http://autobuild.buildroot.org/toolchains/configs/br-arm-full-static.config,x86,uclibc http://autobuild.buildroot.org/toolchains/configs/br-arm-internal-full.config,x86,uclibc http://autobuild.buildroot.org/toolchains/configs/br-i386-pentium4-full.config,x86,uclibc http://autobuild.buildroot.org/toolchains/configs/br-microblazeel-full-internal.config,x86,glibc