From owner-freebsd-current Sun Apr 4 10:41:42 1999 Delivered-To: freebsd-current@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 1D73D14F39 for ; Sun, 4 Apr 1999 10:41:39 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.1) with ESMTP id KAA10758; Sun, 4 Apr 1999 10:39:43 -0700 (PDT) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.2/8.9.1) id KAA27506; Sun, 4 Apr 1999 10:39:42 -0700 (PDT) (envelope-from jdp@polstra.com) Date: Sun, 4 Apr 1999 10:39:42 -0700 (PDT) Message-Id: <199904041739.KAA27506@vashon.polstra.com> To: obrien@NUXI.com Subject: Re: show stopper for EGCS import In-Reply-To: <19990403222515.A75073@nuxi.com> Organization: Polstra & Co., Seattle, WA Cc: current@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <19990403222515.A75073@nuxi.com>, David O'Brien wrote: > Yesterday I changed csu/i386-elf/ to build crtbegin.o and crtend.o > from the EGCS source rather than our home-grown ones. This > afternoon I switch my EGCS development machine back to a purely > stock 4.0 SNAPSHOT and found that GCC 2.7.2 cannot compile the new > sources. I guess if you can't find a better solution, you could always fall back on a hack like this for crt{begin,end}.c: #if __GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ >= 91 #include #else #include #endif John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-interest is the aphrodisiac of belief." -- James V. DeLong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message