diff options
Diffstat (limited to 'gcc/config/i386/i386-coff.h')
-rw-r--r-- | gcc/config/i386/i386-coff.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/config/i386/i386-coff.h b/gcc/config/i386/i386-coff.h index 5f3ed142866..d4d155323e5 100644 --- a/gcc/config/i386/i386-coff.h +++ b/gcc/config/i386/i386-coff.h @@ -21,12 +21,9 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define TARGET_VERSION fprintf (stderr, " (80386, COFF BSD syntax)"); +#define TARGET_VERSION fprintf (stderr, " (80386, COFF BSD syntax)"); -/* Specify predefined symbols in preprocessor. */ - -#undef CPP_PREDEFINES -#define CPP_PREDEFINES "" +#define TARGET_OS_CPP_BUILTINS() /* Sweet FA. */ /* We want to be able to get DBX debugging information via -gstabs. */ |