From owner-freebsd-embedded@FreeBSD.ORG Mon Sep 29 02:06:08 2008 Return-Path: Delivered-To: freebsd-embedded@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD7761065686 for ; Mon, 29 Sep 2008 02:06:08 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 51BCE8FC19 for ; Mon, 29 Sep 2008 02:06:08 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.3/8.14.3) with ESMTP id m8T266FE067373; Mon, 29 Sep 2008 06:06:06 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1222653966; bh=XIvS7K6EiQyy+/UxU7Ckmy192xRcqUgidJNYsi2 hcRI=; l=645; h=Date:From:To:Subject:Message-ID:References: MIME-Version:Content-Type:In-Reply-To; b=AnwMl6DF6pbeBjc5alRmIbRKK lrt7HMkY+cA2p88GnPRGyCglxzaNlNJhpFxcmaoP+NleJ/VvACT7RyWcuVvGTSm1LKv 5oOLx+Owk0FNU41y7dmSyckyjGgq82OO8ZrJI1sWcAJf1MPS0BJw3aQofsc7TPdPDCY 8fFtyDpWp1AU= Received: (from ache@localhost) by nagual.pp.ru (8.14.3/8.14.3/Submit) id m8T266V4067372; Mon, 29 Sep 2008 06:06:06 +0400 (MSD) (envelope-from ache) Date: Mon, 29 Sep 2008 06:06:06 +0400 From: Andrey Chernov To: Bruce M Simpson , freebsd-embedded@FreeBSD.org Message-ID: <20080929020606.GA67341@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Bruce M Simpson , freebsd-embedded@FreeBSD.org References: <48E001DC.9010503@incunabulum.net> <20080929002040.GA64397@nagual.pp.ru> <48E02B0D.9030806@incunabulum.net> <20080929015554.GA66575@nagual.pp.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080929015554.GA66575@nagual.pp.ru> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: Re: r181397 of src/usr.bin/make/job.c breaks cross-compiles X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2008 02:06:08 -0000 On Mon, Sep 29, 2008 at 05:55:56AM +0400, Andrey Chernov wrote: > > It looks to me as if the change to "make" assumes that the FreeBSD 8.x > > versions of the arc4 library functions are always available, even for > > cross compilation. This assumption doesn't seem to be robust, and it > > breaks down in this cross-compilation use case. > > It not breaks because all is builded by old 'make' in 6, 7, and 8. New > 'make' is not installed until the very final stage. I see no problem with > cross-compilation in that way. I just check cross-tools list in 6, 7 and 8 and not found 'make' there too. -- http://ache.pp.ru/