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 D32DE1382C5 for ; Fri, 2 Mar 2018 22:33:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0533E0A5E; Fri, 2 Mar 2018 22:33:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B6A0E0A5E for ; Fri, 2 Mar 2018 22:32:59 +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 3817B335C0C for ; Fri, 2 Mar 2018 22:32:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FC6021D for ; Fri, 2 Mar 2018 22:32:56 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1520029926.d7c82ccdd26f7212116a9ccc57b16d23d9cb2288.slyfox@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d7c82ccdd26f7212116a9ccc57b16d23d9cb2288 X-VCS-Branch: master Date: Fri, 2 Mar 2018 22:32:56 +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: 7bca3786-d50d-45fc-b2b4-37f7155e7b5b X-Archives-Hash: a314121c56c26b452910ae12714da671 commit: d7c82ccdd26f7212116a9ccc57b16d23d9cb2288 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Mar 2 22:32:06 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Mar 2 22:32:06 2018 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=d7c82ccd crossdev: disable fortran in gcc-stage2 no bare-metal targets, bug #589672 Bug: https://bugs.gentoo.org/589672 Signed-off-by: Sergei Trofimovich gentoo.org> crossdev | 1 + 1 file changed, 1 insertion(+) diff --git a/crossdev b/crossdev index dac24b4..a646158 100755 --- a/crossdev +++ b/crossdev @@ -323,6 +323,7 @@ parse_target() { KPKG="[none]" STAGE_DEFAULT=${STAGE_LIBC} GUSE+=" cxx -openmp" #489798 + GUSE+=" -fortran" #589672, needs syscalls MULTILIB_USE="yes" #407275 WITH_DEF_HEADERS="no" ;;