diff options
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r-- | gcc/config/darwin.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index d2f47f8cbb4..2b1a4268e3d 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -140,9 +140,6 @@ extern GTY(()) int darwin_ms_struct; } while (0) #define SUBTARGET_C_COMMON_OVERRIDE_OPTIONS do { \ - if (!global_options_set.x_flag_objc_sjlj_exceptions) \ - global_options.x_flag_objc_sjlj_exceptions = \ - flag_next_runtime && !TARGET_64BIT; \ if (flag_mkernel || flag_apple_kext) \ { \ if (flag_use_cxa_atexit == 2) \ @@ -905,7 +902,7 @@ void add_framework_path (char *); #define TARGET_KEXTABI flag_apple_kext /* We have target-specific builtins. */ -#define TARGET_FOLD_BUILTIN darwin_fold_builtin +#define SUBTARGET_FOLD_BUILTIN darwin_fold_builtin #define TARGET_N_FORMAT_TYPES 1 #define TARGET_FORMAT_TYPES darwin_additional_format_types |