From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7CA00138A1A for ; Tue, 20 Jan 2015 23:38:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48CB1E090F; Tue, 20 Jan 2015 23:38:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB9D7E090F for ; Tue, 20 Jan 2015 23:38:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC8E3340545 for ; Tue, 20 Jan 2015 23:38:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 113681003B for ; Tue, 20 Jan 2015 23:38:14 +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: <1421797192.a90463f45c0bb83fdbda7b68da015debc2deb159.blueness@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-musl/ X-VCS-Repository: proj/releng X-VCS-Files: tools-musl/run-armv7a.sh X-VCS-Directories: tools-musl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: a90463f45c0bb83fdbda7b68da015debc2deb159 X-VCS-Branch: master Date: Tue, 20 Jan 2015 23:38:14 +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: 0f033a89-bb2a-4003-a024-1265c1d2ac43 X-Archives-Hash: e26c1d401e6e168bcc30ba5fddc0768c commit: a90463f45c0bb83fdbda7b68da015debc2deb159 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Jan 20 23:39:52 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Jan 20 23:39:52 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=a90463f4 tools-musl: use -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard for armv7a_hardpfp musl --- tools-musl/run-armv7a.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools-musl/run-armv7a.sh b/tools-musl/run-armv7a.sh index 29c1fbf..f2ff4a0 100755 --- a/tools-musl/run-armv7a.sh +++ b/tools-musl/run-armv7a.sh @@ -35,6 +35,9 @@ prepare_confs() { sed -i "/^portage_confdir/s:_hardfp::" \ stage${s}-${arch}-musl-${flavor}.conf + echo "cflags: -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard" >> \ + stage${s}-${arch}-musl-${flavor}.conf + done sed -i "/^chost/d" stage3-${arch}-musl-${flavor}.conf