Commit 816e93eb by Nick Clifton Committed by Nick Clifton

* config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add assertions of "cpu" and "machine".

From-SVN: r116394
parent aa666e00
2006-08-25 Nick Clifton <nickc@redhat.com>
* config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add
assertions of "cpu" and "machine".
2006-08-24 Andrew Pinski <pinskia@physics.uc.edu>
PR tree-opt/28807
......
......@@ -37,6 +37,8 @@ Boston, MA 02110-1301, USA. */
{ \
builtin_define ("__mn10300__"); \
builtin_define ("__MN10300__"); \
builtin_assert ("cpu=mn10300"); \
builtin_assert ("machine=mn10300"); \
} \
while (0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment