From owner-freebsd-hackers Sun Apr 7 00:25:33 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA23920 for hackers-outgoing; Sun, 7 Apr 1996 00:25:33 -0800 (PST) Received: from mail.think.com (Mail1.Think.COM [131.239.33.245]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA23915 for ; Sun, 7 Apr 1996 00:25:30 -0800 (PST) Received: from Early-Bird-1.Think.COM by mail.think.com; Sun, 7 Apr 96 04:25:26 -0400 Received: from compound ([206.10.99.151]) by Early-Bird.Think.COM; Sun, 7 Apr 96 04:25:23 EDT Received: (from alk@localhost) by compound (8.6.12/8.6.112) id DAA25912; Sun, 7 Apr 1996 03:25:42 -0500 Date: Sun, 7 Apr 1996 03:25:42 -0500 Message-Id: <199604070825.DAA25912@compound> From: Tony Kimball To: jkh@time.cdrom.com Cc: hackers@FreeBSD.org In-Reply-To: <8503.828836587@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: pgcc and kernels.. Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Date: Sat, 06 Apr 1996 16:23:07 -0800 From: "Jordan K. Hubbard" You must have done more than that, since our stock libgcc doesn't support some of the inlines that pgcc generates. Ah, to mention it, I also added sys/libkern/muldi3.c to the sources. Thereafter, ; make kern_clock.o clock.o CC=kcc # use 2.6.3 ; make CC=gcc COPTFLAGS=-O2 # use pgcc and voila.