Date: Wed, 8 Jan 1997 16:57:04 -0800 (PST) From: asami@cs.berkeley.edu (Satoshi Asami) To: obrien@cs.ucdavis.edu Cc: imp@village.org, m230761@ingenieria.ingsala.unal.edu.co, ache@nagual.ru, ports@freebsd.org Subject: Re: Niklas Hallqvist: archivers/hpack.non-usa.only Message-ID: <199701090057.QAA05045@silvia.HIP.Berkeley.EDU> In-Reply-To: <199701082349.PAA09616@freefall.freebsd.org> (obrien@freefall.freebsd.org)
next in thread | previous in thread | raw e-mail | index | archive | help
* 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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701090057.QAA05045>