From 3d05b15f106942bb499c9a5c1d143a3ddb33bd6f Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 16 Jun 2002 21:13:11 +0000 Subject: config.gcc: Add an i386/sysv4-cpp.h. * config.gcc: Add an i386/sysv4-cpp.h. Remove i386-aout.h from vxworks. config/i386: * i386-aout.h, i386elf.h, sysv4.h: Remove CPP_PREDEFINES. * linux64.h: Use TARGET_OS_CPP_BUILTINS rather than CPP_PREDEFINES and part of CPP_SPEC. i386elf.h, mach.h, netware.h, rtemself.h, sco5.h, sol2.h, vsta.h, vxi386.h, win32.h: Similarly. * sysv4-cpp.h: New. From-SVN: r54679 --- gcc/config/i386/i386-aout.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/config/i386/i386-aout.h') diff --git a/gcc/config/i386/i386-aout.h b/gcc/config/i386/i386-aout.h index 824414fcc18..ca0cb2569ce 100644 --- a/gcc/config/i386/i386-aout.h +++ b/gcc/config/i386/i386-aout.h @@ -23,9 +23,4 @@ Boston, MA 02111-1307, USA. */ #define TARGET_VERSION fprintf (stderr, " (80386, BSD a.out syntax)"); -/* Specify predefined symbols in preprocessor. */ - -#undef CPP_PREDEFINES -#define CPP_PREDEFINES "" - /* end of i386-aout.h */ -- cgit v1.2.1