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

From-SVN: r116394
This commit is contained in:
Nick Clifton 2006-08-25 07:21:47 +00:00 committed by Nick Clifton
parent aa666e0063
commit 816e93eb33
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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)