From owner-freebsd-current Thu Sep 30 16:47:54 1999 Delivered-To: freebsd-current@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 1F8A314D4A for ; Thu, 30 Sep 1999 16:47:42 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id RAA09985; Thu, 30 Sep 1999 17:44:27 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id RAA01090; Thu, 30 Sep 1999 17:44:25 -0600 Date: Thu, 30 Sep 1999 17:44:25 -0600 Message-Id: <199909302344.RAA01090@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: John-Mark Gurney Cc: Marcel Moolenaar , Peter Wemm , current@FreeBSD.ORG Subject: Re: HEADS UP: sigset_t changes committed In-Reply-To: <19990930163945.56976@hydrogen.fircrest.net> References: <19990930003214.58194@hydrogen.fircrest.net> <19990930195614.2834A1CA7@overcee.netplex.com.au> <19990930135119.29632@hydrogen.fircrest.net> <37F3D522.2A4C79C2@scc.nl> <19990930163945.56976@hydrogen.fircrest.net> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > you don't under stand, we are NOT talking about upgrades, we are talking > about how to make a buildable system on -stable... There are essentially the same problem. In order to do an upgrade, you have to be able to build on -stable. :) > ===> libgcc > echo '#include ' > config.h > echo '#include ' >> config.h > echo '#include "i386/xm-i386.h"' > tconfig.h > echo '#include "i386/i386.h"' > tm.h > echo '#include "i386/att.h"' >> tm.h > echo '#include "i386/freebsd.h"' >> tm.h > echo '#include "i386/perform.h"' >> tm.h > cc -c -nostdinc -O -pipe -pipe -O -pipe -O -I/a/home/johng/FreeBSD-checkout/40current/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config -I/a/home/johng/FreeBSD-checkout/40current/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions -DIN_GCC -I/usr/obj/a/home/johng/FreeBSD-checkout/40current/src/tmp/usr/include -DL_mulsi3 -o _mulsi3.o /a/home/johng/FreeBSD-checkout/40current/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/libgcc1.c > cc1: Invalid option `-fexceptions' This is unrelated to the signal code. Why are you jumping on Marcel for this? In any case, I believe there is work in progress as well as interest in making *something* work. Let's all quit yelling at one another and start working towards a solution, instead of pointing fingers and screaming 'he broke it and won't fix it'. :) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message