OSDN Git Service

* d30v.h (CPP_PREDEFINES): Replace with
[pf3gnuchains/gcc-fork.git] / gcc / config / d30v / d30v.h
index c0a949f..122f535 100644 (file)
 \f
 /* Run-time target specifications */
 
-#define CPP_PREDEFINES "-D__D30V__ -Amachine=d30v"
+#define TARGET_CPU_CPP_BUILTINS()              \
+  do                                           \
+    {                                          \
+      builtin_define ("__D30V__");             \
+      builtin_assert ("machine=d30v");         \
+    }                                          \
+  while (0)
 
 /* This declaration should be present.  */
 extern int target_flags;