]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/m32r/m32r.h (CPP_SPEC): Define.
authorInaoka Kazuhiro <inaoka.kazuhiro@renesas.com>
Wed, 21 Jan 2004 12:16:07 +0000 (12:16 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 21 Jan 2004 12:16:07 +0000 (12:16 +0000)
From-SVN: r76275

gcc/ChangeLog
gcc/config/m32r/m32r.h

index 79e5924370286043e9e42e3406cd99c566b8e52d..5eaac36223b65669094504db792092916f686d17 100644 (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
index 43db5d0d5827b2dfa196323fc8be50d6e2f2ea49..0cd80b206a895894eb9daa91760d25ee428d4a18 100644 (file)
   { "relax",                   RELAX_SPEC },                           \
   SUBTARGET_EXTRA_SPECS
 
+#define CPP_SPEC "%(cpp_cpu)"
+
 #undef  CC1_SPEC
 #define CC1_SPEC "%{G*} %(cc1_cpu)"