diff options
Diffstat (limited to 'gcc/config/i386/sco4.h')
-rw-r--r-- | gcc/config/i386/sco4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/sco4.h b/gcc/config/i386/sco4.h index 8d343d0..b5cdef0 100644 --- a/gcc/config/i386/sco4.h +++ b/gcc/config/i386/sco4.h @@ -61,7 +61,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Di386 -Dunix" +#define CPP_PREDEFINES "-Di386 -Dunix -Asystem(unix) -Asystem(svr3) -Acpu(i386) -Amachine(i386)" #undef CPP_SPEC #define CPP_SPEC \ |