From owner-freebsd-ports Wed Jan 8 16:58:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA14797 for ports-outgoing; Wed, 8 Jan 1997 16:58:02 -0800 (PST) Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id QAA14791 for ; Wed, 8 Jan 1997 16:58:00 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca14-51.ix.netcom.com [207.92.174.115]) by dfw-ix3.ix.netcom.com (8.6.13/8.6.12) with ESMTP id QAA27976; Wed, 8 Jan 1997 16:57:09 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id QAA05045; Wed, 8 Jan 1997 16:57:04 -0800 (PST) Date: Wed, 8 Jan 1997 16:57:04 -0800 (PST) Message-Id: <199701090057.QAA05045@silvia.HIP.Berkeley.EDU> To: obrien@cs.ucdavis.edu CC: imp@village.org, m230761@ingenieria.ingsala.unal.edu.co, ache@nagual.ru, ports@freebsd.org In-reply-to: <199701082349.PAA09616@freefall.freebsd.org> (obrien@freefall.freebsd.org) Subject: Re: Niklas Hallqvist: archivers/hpack.non-usa.only From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * So, my proprosal is for each of us to add __44bsd__ to our list of * predefined macros. I have no problem with that. In fact, if we are going to do this we should put this (gcc mods, not necessarily the port mods) in the 2.2 branch, so that the whole ports tree doesn't break down to 2.2 users right after the release. Satoshi P.S. I even made a patch: Index: contrib/gcc/config/i386/freebsd.h =================================================================== RCS file: /usr/cvs/src/contrib/gcc/config/i386/freebsd.h,v retrieving revision 1.3 diff -u -r1.3 freebsd.h --- freebsd.h 1996/10/01 02:20:27 1.3 +++ freebsd.h 1997/01/09 00:36:06 @@ -82,7 +82,7 @@ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__=2 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)" +#define CPP_PREDEFINES "-Dunix -Di386 -D__44bsd__ -D__FreeBSD__=2 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)" #define ASM_SPEC " %| %{fpic:-k} %{fPIC:-k}"