summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-10 06:12:51 +0000
committerwollman <wollman@FreeBSD.org>1994-08-10 06:12:51 +0000
commit723735466d0c88ab1e89fa509d02a427c69d822a (patch)
tree03015a18bca6913db35c286ebfb84f40c79b5953 /gnu/usr.bin
parent1b1c54c4020e5d444941c98c0ec23177bdbe0d30 (diff)
downloadFreeBSD-src-723735466d0c88ab1e89fa509d02a427c69d822a.zip
FreeBSD-src-723735466d0c88ab1e89fa509d02a427c69d822a.tar.gz
Define __FreeBSD__ to be 2.
Diffstat (limited to 'gnu/usr.bin')
-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 12f7ebc..8ab2309 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__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
+#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__=2 -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)"
#define INCLUDE_DEFAULTS { \
{ "/usr/include", 0 }, \
OpenPOWER on IntegriCloud