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 EAA231381F3 for ; Fri, 28 Jun 2013 05:42:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4713E0967; Fri, 28 Jun 2013 05:42:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6332BE0967 for ; Fri, 28 Jun 2013 05:42:57 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BD9833E7D0 for ; Fri, 28 Jun 2013 05:42:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 252CAE468F for ; Fri, 28 Jun 2013 05:42:55 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1372396706.357476fff125ae2dba2ca04ff6453f61e097a877.vapier@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 357476fff125ae2dba2ca04ff6453f61e097a877 X-VCS-Branch: master Date: Fri, 28 Jun 2013 05:42:55 +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: 07cb8de3-8c80-4397-a9ab-d66b244925b6 X-Archives-Hash: 824ddc58dee77f277a03beb47142c5d4 commit: 357476fff125ae2dba2ca04ff6453f61e097a877 Author: Mike Frysinger gentoo org> AuthorDate: Fri Jun 28 05:18:26 2013 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Jun 28 05:18:26 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=357476ff crossdev: avr: disable go too It's not supported for this target. Signed-off-by: Mike Frysinger gentoo.org> --- crossdev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossdev b/crossdev index 0ce3885..8290c12 100755 --- a/crossdev +++ b/crossdev @@ -211,7 +211,7 @@ parse_target() { avr*) KPKG="[none]"; LCAT="dev-embedded"; LPKG="avr-libc"; - GUSE="-fortran" # doesn't work + GUSE="-fortran -go" # doesn't work MULTILIB_USE="yes" #377039 WITH_DEF_HEADERS="no";;