From owner-freebsd-hackers Sun Oct 5 20:19:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA28134 for hackers-outgoing; Sun, 5 Oct 1997 20:19:40 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id UAA28129 for ; Sun, 5 Oct 1997 20:19:38 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xI3ho-0002bw-00; Sun, 5 Oct 1997 21:19:36 -0600 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.7/8.8.3) with ESMTP id VAA10656; Sun, 5 Oct 1997 21:21:03 -0600 (MDT) Message-Id: <199710060321.VAA10656@harmony.village.org> To: Harlan Stenn Subject: Re: Compiling -stable with egcs... Cc: hackers@freebsd.org In-reply-to: Your message of "Sun, 05 Oct 1997 22:06:05 -0300." <14453.876103565@mumps.pfcs.com> References: <14453.876103565@mumps.pfcs.com> Date: Sun, 05 Oct 1997 21:21:03 -0600 From: Warner Losh Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <14453.876103565@mumps.pfcs.com> Harlan Stenn writes: : 1060864 98304 111584 1270752 1363e0 kernel.cc : 1060864 585728 109776 1756368 1accd0 kernel.egcs Hmmm. I think you want to have -fno-exceptions in the command line. Otherwise egcs will bloat things badly due to exception code being bogusly generated by default. Warner