diff options
author | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-09 19:16:37 +0000 |
---|---|---|
committer | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-09 19:16:37 +0000 |
commit | c60ecc9087ee014d457c3e56bf56ea4ab92d5587 (patch) | |
tree | c5e120c16497e2db6e4bb851419c41aa2a89102f /gcc/config/darwin.h | |
parent | b7d0690f2849d7146da8f4e8a9792672f5f8a7c0 (diff) | |
download | gcc-c60ecc9087ee014d457c3e56bf56ea4ab92d5587.tar.gz |
* config/darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): Move NeXT
runtime exceptions model setting from here ...
* config/darwin.c (darwin_override_options): ... to here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189390 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r-- | gcc/config/darwin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index d2f47f8cbb4..ca3e0eb3aab 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) \ |