diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 05:24:24 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 05:24:24 +0000 |
commit | 10be98bd87222a5f7c2a8eb07bf9ddbfd0d7f839 (patch) | |
tree | bb2aa76dca055c2e46eabf6e73ba0e455926a762 /gcc/config.in | |
parent | e37b49973baa87e166784df747495ab2408ae0c4 (diff) | |
download | gcc-10be98bd87222a5f7c2a8eb07bf9ddbfd0d7f839.tar.gz |
Make -fsjlj-exceptions a configure option.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40905 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index a96ddef9eec..7af8d1e818e 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -467,6 +467,9 @@ /* Define to 1 if you want to enable namespaces (-fhonor-std) by default. */ #undef ENABLE_STD_NAMESPACE +/* Define 0/1 to force the choice for exception handling model. */ +#undef CONFIG_SJLJ_EXCEPTIONS + /* Bison unconditionally undefines `const' if neither `__STDC__' nor __cplusplus are defined. That's a problem since we use `const' in |