* config/m32r/m32r.h (CPP_SPEC): Define.

From-SVN: r76275
This commit is contained in:
Inaoka Kazuhiro 2004-01-21 12:16:07 +00:00 committed by Nick Clifton
parent e03a6fb7b6
commit 2a2001bed5
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-01-21 Inaoka Kazuhiro <inaoka.kazuhiro@renesas.com>
* config/m32r/m32r.h (CPP_SPEC): Define.
2004-01-21 Zack Weinberg <zack@codesourcery.com>
* c-decl.c (merge_decls): Kill different_binding_level and

View File

@ -184,6 +184,8 @@
{ "relax", RELAX_SPEC }, \
SUBTARGET_EXTRA_SPECS
#define CPP_SPEC "%(cpp_cpu)"
#undef CC1_SPEC
#define CC1_SPEC "%{G*} %(cc1_cpu)"