Undo rev 1.4 of freebsd.h and 1.2 freebsd-elf.h, where I added

_BSD4_4 as a predefined symbol.  People on the lists generally didn't care
for it.
This commit is contained in:
David E. O'Brien 1997-02-24 13:19:34 +00:00
parent 600d017352
commit 6a16ae63cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23076
3 changed files with 3 additions and 3 deletions

View File

@ -147,7 +147,7 @@ Boston, MA 02111-1307, USA. */
#define WCHAR_TYPE_SIZE BITS_PER_WORD
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dunix -Di386 -D__ELF__ -D_BSD4_4 -D__FreeBSD__=2 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
#define CPP_PREDEFINES "-Dunix -Di386 -D__ELF__ -D__FreeBSD__=2 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
#undef CPP_SPEC
#if TARGET_CPU_DEFAULT == 2

View File

@ -82,7 +82,7 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dunix -Di386 -D_BSD4_4 -D__FreeBSD__=2 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__=2 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
#define ASM_SPEC " %| %{fpic:-k} %{fPIC:-k}"

View File

@ -82,7 +82,7 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dunix -Di386 -D_BSD4_4 -D__FreeBSD__=2 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__=2 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
#define ASM_SPEC " %| %{fpic:-k} %{fPIC:-k}"