diff options
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r-- | gcc/config/darwin.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 220f46a8b57..f6b88f97c98 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -1054,6 +1054,12 @@ __enable_execute_stack (void *addr) \ #define TARGET_CXX_CDTOR_RETURNS_THIS (darwin_kextabi_p) #define TARGET_KEXTABI flag_apple_kext +/* We have target-specific builtins. */ +#define TARGET_FOLD_BUILTIN darwin_fold_builtin + +#define TARGET_OBJC_CONSTRUCT_STRING \ + darwin_objc_construct_string + #define TARGET_HAS_TARGETCM 1 #ifndef CROSS_DIRECTORY_STRUCTURE |