diff options
author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-09 15:55:38 +0000 |
---|---|---|
committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-09 15:55:38 +0000 |
commit | f406e07ef5dee51738e05a3546ec5af3dd0974c9 (patch) | |
tree | 6b262ac07e2b116d237352ff90b639547d322f4a /gcc/config.in | |
parent | 28f1e21fb9fe5d86f401da7faf733b41f83eb5ac (diff) | |
download | gcc-f406e07ef5dee51738e05a3546ec5af3dd0974c9.tar.gz |
PR target/27880
* unwind-c.c (PERSONALITY_FUNCTION): Ifdef use of _Unwind_GetIPInfo.
* configure.ac (HAVE_GETIPINFO): Check for _Unwind_GetIPInfo.
* configure: Regenerate.
* config.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117576 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 47ba85080c2..65b583bea4e 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -793,6 +793,9 @@ #endif +/* Define to 1 if system unwind library has _Unwind_GetIPInfo. */ +#undef HAVE_GETIPINFO + /* Define to 1 if you have the `getrlimit' function. */ #ifndef USED_FOR_TARGET #undef HAVE_GETRLIMIT |