diff options
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r-- | gcc/defaults.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h index 452bdfe44cd..3b8d0a17c49 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -343,5 +343,13 @@ do { \ #define TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER true #endif +/* Define this macro if you have any machine-specific builtin + functions that need to be defined. It should be a C expression + that performs the necessary setup. */ + +#ifndef MD_INIT_BUILTINS +#define MD_INIT_BUILTINS +#endif + #endif /* GCC_DEFAULTS_H */ |