From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E2E5139694 for ; Wed, 7 Jun 2017 10:25:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AAC121C096; Wed, 7 Jun 2017 10:25:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 468A221C096 for ; Wed, 7 Jun 2017 10:25:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BF6434199B for ; Wed, 7 Jun 2017 10:25:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2F6B24A2 for ; Wed, 7 Jun 2017 10:25:16 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1496831108.81b17925fbddc4043360a33395941c7ac758d56f.blueness@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-uclibc/ X-VCS-Repository: proj/releng X-VCS-Files: tools-uclibc/run-armv7a.sh X-VCS-Directories: tools-uclibc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 81b17925fbddc4043360a33395941c7ac758d56f X-VCS-Branch: master Date: Wed, 7 Jun 2017 10:25:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dac8a662-88e7-4f86-9471-28c279b9c8c4 X-Archives-Hash: 59edc517953b209a984f085ae5b19198 commit: 81b17925fbddc4043360a33395941c7ac758d56f Author: Anthony G. Basile gentoo org> AuthorDate: Wed Jun 7 10:25:08 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Jun 7 10:25:08 2017 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=81b17925 tools-uclibc: drop support to only hardfloat for arm tools-uclibc/run-armv7a.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools-uclibc/run-armv7a.sh b/tools-uclibc/run-armv7a.sh index 0493fdb2..695a985c 100755 --- a/tools-uclibc/run-armv7a.sh +++ b/tools-uclibc/run-armv7a.sh @@ -50,14 +50,16 @@ main() { catalyst -s current | tee -a zzz.log >snapshot.log 2>snapshot.err - for arch in armv7a_hardfp armv7a; do +# for arch in armv7a_hardfp armv7a; do + for arch in armv7a_hardfp; do for flavor in hardened vanilla; do prepare_confs ${arch} ${flavor} done done # No parallelization for arm. Its too hard on the cpu! - for arch in armv7a_hardfp armv7a; do +# for arch in armv7a_hardfp armv7a; do + for arch in armv7a_hardfp; do for flavor in hardened vanilla; do do_stages ${arch} ${flavor} [[ $? == 1 ]] && echo "FAILURE at ${arch} ${flavor} " | tee zzz.log