diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-10 06:12:51 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-10 06:12:51 +0000 |
| commit | 0a9783e5a2d200ce3c3516fdeb239ae5c8db7ab9 (patch) | |
| tree | 03015a18bca6913db35c286ebfb84f40c79b5953 | |
| parent | 5670e757381b52b2d76f421d26a7d4a109fcaffb (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/cc/include/tm.h | 2 |
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 12f7ebc050ab..8ab23090861a 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 }, \ |
