From owner-svn-ports-head@freebsd.org Sat Apr 29 02:28:40 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5729AD54A43 for ; Sat, 29 Apr 2017 02:28:40 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D0E1A2F5; Sat, 29 Apr 2017 02:28:39 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id 1DE9626DB; Fri, 28 Apr 2017 21:28:33 -0500 (CDT) Date: Fri, 28 Apr 2017 21:28:32 -0500 From: Mark Linimon To: Mark Millard Cc: svn-ports-head@freebsd.org, Baptiste Daroussin , Alexander Kabaev Subject: Re: svn commit: r439595 - in head/devel: aarch64-gcc aarch64-none-elf-gcc amd64-gcc arm-none-eabi-gcc arm-none-eabi-gcc492 mips-gcc mips64-gcc powerpc64-gcc riscv64-gcc sparc64-gcc Message-ID: <20170429022831.GB15674@lonesome.com> References: <8E45FA57-8D2E-4159-8E02-6A5044000CC2@dsl-only.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8E45FA57-8D2E-4159-8E02-6A5044000CC2@dsl-only.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2017 02:28:40 -0000 On Fri, Apr 28, 2017 at 03:27:31PM -0700, Mark Millard wrote: > I do not have access to mips, mips64, riscv, sparc64 > so they could be targets but not hosts in my tests I don't think we have any native mips, mips64, or riscv package build capability right now. I have sparc64 native. I have never gotten around to trying any, but I can. > I have access to powerpc but currently am not well set up to use it > without rebuilding it I have powerpc64 native and am currently attempting builds. mcl