diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-20 12:31:25 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-20 12:31:25 +0000 |
commit | e1ab5f1318dedf3f4caa87617c2e77eac7b6c58b (patch) | |
tree | 7956635903b2107e6cbc9ebf5d77e1b2cca35ca9 /gcc/config.in | |
parent | 0dc262e0511dead7ab7f657d9de83a0bc80eb47f (diff) | |
download | gcc-e1ab5f1318dedf3f4caa87617c2e77eac7b6c58b.tar.gz |
* configure.ac (ffs): Check for declaration.
* configure, config.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190532 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index a9417dfd80b..7fe6485c3af 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -621,6 +621,12 @@ #endif +/* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */ +#ifndef USED_FOR_TARGET +#undef HAVE_DECL_FFS +#endif + + /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise define to 0. */ #ifndef USED_FOR_TARGET |