From owner-freebsd-stable Sat Sep 1 13:22:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id F3E0237B40D for ; Sat, 1 Sep 2001 13:22:07 -0700 (PDT) Received: (qmail 6354 invoked from network); 1 Sep 2001 20:22:07 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 1 Sep 2001 20:22:07 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010901114903.D11062@athlon.pn.xcllnt.net> Date: Sat, 01 Sep 2001 13:22:12 -0700 (PDT) From: John Baldwin To: Marcel Moolenaar Subject: Re: cputype=486 Cc: freebsd-stable@FreeBSD.org, qa@FreeBSD.org, Eric Masson , Larry Rosenman Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 01-Sep-01 Marcel Moolenaar wrote: > On Sat, Sep 01, 2001 at 08:14:32AM -0500, Larry Rosenman wrote: >> Ok, this is an oldie but moldie. >> >> Is *ANYTHING* going to be done about this ever? It appears nothing >> was done at all during the 4.4 cycle. > > If I have some time (yeah, right :-) I'll take a look at it. The > quickest fix would be to define CPUTYPE as empty when building > cross- and build-tools. This should override any definitions that > are present in /etc/make.conf. That doesn't help. The problem is that the cross-tools built during buildworld are linked against the hosts' libc.a, and then run on the target machine in installworld. Thus, in this case you end up running a 686 libc.a in the cross tool on a 486 and it blows up. > -- > Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message