From owner-freebsd-arm@FreeBSD.ORG Thu Jul 19 05:27:56 2012 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 678251065672 for ; Thu, 19 Jul 2012 05:27:56 +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 398128FC0A for ; Thu, 19 Jul 2012 05:27:56 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id q6J5RsNn078325; Thu, 19 Jul 2012 05:27:54 GMT (envelope-from kientzle@freebsd.org) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id t4vj87ajziaysmjw7sc2usgia6; Thu, 19 Jul 2012 05:27:54 +0000 (UTC) (envelope-from kientzle@freebsd.org) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=iso-8859-1 From: Tim Kientzle In-Reply-To: Date: Wed, 18 Jul 2012 22:27:53 -0700 Content-Transfer-Encoding: 7bit Message-Id: <9733854D-DCD8-4D2F-9E00-C52405363CA7@freebsd.org> 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: Aleksander Dutkowski X-Mailer: Apple Mail (2.1278) Cc: arm@freebsd.org 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: Thu, 19 Jul 2012 05:27:56 -0000 On Jul 18, 2012, at 12:35 PM, Aleksander Dutkowski wrote: > hello! > > I am following your conversation about removing TARGET_CPUTYPE. I am > not sure if everyone has that, but my latest world is crashing. > > $ MAKEOBJDIRPREFIX=/home/alek/armv6_obj make buildworld ARCH=arm > TARGET_ARCH=armv6 Why are you specifying both ARCH= and TARGET_ARCH= ? I have not tried building like that; I'm not sure if it is supposed to work or not. Tim