aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-03 14:29:57 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-03 14:29:57 +0000
commit03076d6bbf5929a5fa813a16d860bdeb8936a30c (patch)
tree75228753246fe5df20e58a47636e0fd847954b49 /gnu/usr.bin/cc
parent5a3391bf7fa749aeacaef5dc6bc21815b37ebf3e (diff)
downloadsrc-03076d6bbf5929a5fa813a16d860bdeb8936a30c.tar.gz
src-03076d6bbf5929a5fa813a16d860bdeb8936a30c.zip
Remove obsolete __386BSD__ predefine.
Notes
Notes: svn path=/head/; revision=4115
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/include/tm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/include/tm.h b/gnu/usr.bin/cc/include/tm.h
index e21ce6a597ce..4219d726e797 100644
--- a/gnu/usr.bin/cc/include/tm.h
+++ b/gnu/usr.bin/cc/include/tm.h
@@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "i386/perform.h"
#undef CPP_PREDEFINES
-#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__=2 -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
+#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__=2 -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
#if 0
#define INCLUDE_DEFAULTS { \