From owner-freebsd-current Thu Jun 21 3:15:52 2001 Delivered-To: freebsd-current@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id B8C0137B403; Thu, 21 Jun 2001 03:15:49 -0700 (PDT) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id MAA64152; Thu, 21 Jun 2001 12:15:48 +0200 (CEST) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: obrien@FreeBSD.ORG Cc: current@FreeBSD.ORG Subject: Re: -fno-builtin warning (was: CPUTYPE warning) References: <20010620164240.C94296@dragon.nuxi.com> From: Dag-Erling Smorgrav Date: 21 Jun 2001 12:15:48 +0200 In-Reply-To: Message-ID: Lines: 15 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dag-Erling Smorgrav writes: > I think I've found the problem - what doesn't work is: > > - building crt1.c with -fno-builtin > - building anything with gcc compiled with -fno-builtin Ah, no, I understand now: crt1 is the first item to be built in the "libraries" stage of buildworld, i.e. the first item to be built with the cross-tools, which were built with -fno-builtin, so the problem seems quite simple: gcc built with -fno-builtin suffers an "internal error" and a core dump if you try to compile anything with it. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message