diff options
author | Steve Ellcey <sje@cup.hp.com> | 2002-06-15 01:16:28 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-06-14 18:16:28 -0700 |
commit | 893a047c6557e759cc4283b55d48c353ae578c14 (patch) | |
tree | ff4bb4af1a2979e613506a7af4473ef62ebe2689 /gcc/config.in | |
parent | 045d7161a0fbbde5c70c2d1aef786c578f423a61 (diff) | |
download | gcc-893a047c6557e759cc4283b55d48c353ae578c14.zip gcc-893a047c6557e759cc4283b55d48c353ae578c14.tar.gz gcc-893a047c6557e759cc4283b55d48c353ae578c14.tar.bz2 |
configure.in (USE_UNWIND_EXCEPTIONS): Add support to set USE_UNWIND_EXCEPTIONS if --enable-libunwind-exceptions is set.
* configure.in (USE_UNWIND_EXCEPTIONS): Add support to set
USE_UNWIND_EXCEPTIONS if --enable-libunwind-exceptions is set.
* configure, config.in: Regenerate.
* g++spec.c (LIBUNWIND): New.
(lang_specific_driver): Add it if USE_UNWIND_EXCEPTIONS is set.
From-SVN: r54636
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/gcc/config.in b/gcc/config.in index eeef49b..b464032 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ +/* config.in. Generated automatically from configure.in by autoheader. */ /* Define if using alloca.c. */ #undef C_ALLOCA @@ -482,14 +482,14 @@ /* Define if host mkdir takes a single argument. */ #undef MKDIR_TAKES_ONE_ARG -/* Define if the target architecture needs extra machine modes to represent - the results of comparisons. */ -#undef EXTRA_CC_MODES - /* Define to the name of a file containing a list of extra machine modes for this architecture. */ #undef EXTRA_MODES_FILE +/* Define if the target architecture needs extra machine modes to represent + the results of comparisons. */ +#undef EXTRA_CC_MODES + /* Define if you have the iconv() function. */ #undef HAVE_ICONV @@ -582,6 +582,9 @@ /* Define 0/1 to force the choice for exception handling model. */ #undef CONFIG_SJLJ_EXCEPTIONS +/* Define if gcc should use -lunwind. */ +#undef USE_LIBUNWIND_EXCEPTIONS + /* Bison unconditionally undefines `const' if neither `__STDC__' nor __cplusplus are defined. That's a problem since we use `const' in |