aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/lynx.h
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1993-10-02 08:55:06 +0000
committerDoug Evans <dje@gnu.org>1993-10-02 08:55:06 +0000
commit65c42379347dc106a14c325e65ebfd604f47ef56 (patch)
tree050a6b41260f199321898802f4b6e356de77f1c9 /gcc/config/i386/lynx.h
parentc8cdb42bc6c1050b7f687b987275e8d160e25eb7 (diff)
downloadgcc-65c42379347dc106a14c325e65ebfd604f47ef56.zip
gcc-65c42379347dc106a14c325e65ebfd604f47ef56.tar.gz
gcc-65c42379347dc106a14c325e65ebfd604f47ef56.tar.bz2
(CPP_PREDEFINES): Add system/cpu/machine assertions where missing.
From-SVN: r5557
Diffstat (limited to 'gcc/config/i386/lynx.h')
-rw-r--r--gcc/config/i386/lynx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/lynx.h b/gcc/config/i386/lynx.h
index f5fab71..f837f68 100644
--- a/gcc/config/i386/lynx.h
+++ b/gcc/config/i386/lynx.h
@@ -21,4 +21,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "lynx.h"
#undef CPP_PREDEFINES
-#define CPP_PREDEFINES "-Dunix -Di386 -DI386 -DLynx -DIBITS32"
+#define CPP_PREDEFINES "-Dunix -Di386 -DI386 -DLynx -DIBITS32 -Asystem(unix) -Asystem(lynx) -Acpu(i386) -Amachine(i386)"