From owner-freebsd-arm@freebsd.org Tue Oct 10 14:02:05 2017 Return-Path: Delivered-To: freebsd-arm@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 00196E328B9 for ; Tue, 10 Oct 2017 14:02:04 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1A9B83663; Tue, 10 Oct 2017 14:02:04 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 5AF8810A8BA; Tue, 10 Oct 2017 10:02:02 -0400 (EDT) From: John Baldwin To: freebsd-arm@freebsd.org Cc: Warner Losh , Ian Lepore Subject: Re: Difficulty with armv6 to v7 transition. Date: Tue, 10 Oct 2017 06:52:22 -0700 Message-ID: <7865090.pGrJhPWvLa@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.1-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: References: <20171009175216.GA52497@www.zefox.net> <1507573171.84167.9.camel@freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Tue, 10 Oct 2017 10:02:02 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2017 14:02:05 -0000 On Monday, October 09, 2017 12:37:26 PM Warner Losh wrote: > On Oct 9, 2017 12:19 PM, "Ian Lepore" wrote: > > On Mon, 2017-10-09 at 10:52 -0700, bob prohaska wrote: > > On an RPI2 model B, invoking > > make -j4 -DNO_CLEAN MACHINE_ARCH=armv7 buildworld > buildworld.log > > Never set MACHINE_ARCH when building, use TARGET_ARCH. Be sure to set > TARGET_ARCH when installing as well. > > > > That was a specific work around... > > But the real issue is the system compiler does need to be rebuilt.. So the workaround needs to be updated to include WITHOUT_SYSTEM_COMPILER=yes then? -- John Baldwin