From owner-freebsd-arm@FreeBSD.ORG Tue Jul 10 04:54:59 2012 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EBF3D106566B for ; Tue, 10 Jul 2012 04:54:59 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 91B158FC0A for ; Tue, 10 Jul 2012 04:54:59 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id q6A4qx0e026520; Tue, 10 Jul 2012 04:52:59 GMT (envelope-from kientzle@freebsd.org) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id f7gmubxa77pdqq2wd4d2dbakns; Tue, 10 Jul 2012 04:52:59 +0000 (UTC) (envelope-from kientzle@freebsd.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1278) From: Tim Kientzle In-Reply-To: <7D5A585B-BDEA-476D-9818-044EAD395986@bsdimp.com> Date: Mon, 9 Jul 2012 21:52:58 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1340921715.1110.100.camel@revolution.hippie.lan> <3AB368CC-BE8B-4058-A342-763B8C073800@bsdimp.com> <576FE101-93B7-46D6-B38D-A28EF18CFFC2@freebsd.org> <3A793074-C6CE-4795-9D10-7EF33E2F4479@freebsd.org> <7D5A585B-BDEA-476D-9818-044EAD395986@bsdimp.com> To: Warner Losh , arm@freebsd.org X-Mailer: Apple Mail (2.1278) Cc: Subject: Re: TARGET_ARCH=armv6 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2012 04:55:00 -0000 >>>> >>>=20 >>> This looks good enough to commit to the projects/armv6 branch. >>=20 >> Done. >>=20 >> Please try TARGET_ARCH=3Darmv6 and let me know >> what breaks. I just found that native "make buildworld" >> miscompiles rtld. Fortunately, disassembling the good >> and bad versions only shows a few differences, so I'm >> tracking those down. More missing pieces: * 'make universe' doesn't yet know about armv6 * I don't know how 'make universe' can distinguish between 'arm' = kernels and 'armv6' kernels. Any ideas? More generally: * What's required before the 'armv6' tree can be merged into -CURRENT? Tim