aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1997-03-26 17:05:21 +0000
committerJohn Polstra <jdp@FreeBSD.org>1997-03-26 17:05:21 +0000
commit27aa98671d1a1cffe917af3c3751ef6d1b7ba5e5 (patch)
tree1454b8f3c0907021e8fde69ac550052da6d4b020 /contrib/gcc
parent5be8af9286b9595ef80fc75e6b7f548bf5818bbb (diff)
downloadsrc-27aa98671d1a1cffe917af3c3751ef6d1b7ba5e5.tar.gz
src-27aa98671d1a1cffe917af3c3751ef6d1b7ba5e5.zip
Update the value of "__FreeBSD__" to 3 for the ELF compiler.
Notes
Notes: svn path=/head/; revision=24295
Diffstat (limited to 'contrib/gcc')
-rw-r--r--contrib/gcc/config/i386/freebsd-elf.h2
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 393ede749e38..538b4ecee5bd 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