From 65c42379347dc106a14c325e65ebfd604f47ef56 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sat, 2 Oct 1993 08:55:06 +0000 Subject: (CPP_PREDEFINES): Add system/cpu/machine assertions where missing. From-SVN: r5557 --- gcc/config/i386/lynx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/i386/lynx.h') 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)" -- cgit v1.1