diff options
author | jdp <jdp@FreeBSD.org> | 1997-03-26 17:05:21 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1997-03-26 17:05:21 +0000 |
commit | 33b1550bf9f12740128a4e2ea1e867f2a53c686d (patch) | |
tree | a1cf348af39ed26218fc54dc78c2df6e76b91b6c /contrib | |
parent | 627156aca399923c37b0914519d4b089e15e83b7 (diff) | |
download | FreeBSD-src-33b1550bf9f12740128a4e2ea1e867f2a53c686d.zip FreeBSD-src-33b1550bf9f12740128a4e2ea1e867f2a53c686d.tar.gz |
Update the value of "__FreeBSD__" to 3 for the ELF compiler.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gcc/config/i386/freebsd-elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/i386/freebsd-elf.h b/contrib/gcc/config/i386/freebsd-elf.h index 393ede7..538b4ec 100644 --- a/contrib/gcc/config/i386/freebsd-elf.h +++ b/contrib/gcc/config/i386/freebsd-elf.h @@ -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__FreeBSD__=2 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)" +#define CPP_PREDEFINES "-Dunix -Di386 -D__ELF__ -D__FreeBSD__=3 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)" #undef CPP_SPEC #if TARGET_CPU_DEFAULT == 2 |