diff options
Diffstat (limited to 'gcc/config/bfin/bfin.h')
| -rw-r--r-- | gcc/config/bfin/bfin.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/config/bfin/bfin.h b/gcc/config/bfin/bfin.h index 71a598a..074fd11 100644 --- a/gcc/config/bfin/bfin.h +++ b/gcc/config/bfin/bfin.h @@ -39,10 +39,8 @@ extern int target_flags; #define TARGET_CPU_CPP_BUILTINS() \ do \ { \ - builtin_define ("bfin"); \ - builtin_define ("BFIN"); \ - builtin_define ("__bfin__"); \ - builtin_define ("__BFIN__"); \ + builtin_define_std ("bfin"); \ + builtin_define_std ("BFIN"); \ builtin_define ("__ADSPBLACKFIN__"); \ if (TARGET_FDPIC) \ builtin_define ("__BFIN_FDPIC__"); \ |
