[Bug bootstrap/46819] [4.6 Regression] libffi is always built

rguenther at suse dot de gcc-bugzilla@gcc.gnu.org
Wed Dec 8 10:17:00 GMT 2010


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46819

--- Comment #2 from rguenther at suse dot de <rguenther at suse dot de> 2010-12-08 10:17:09 UTC ---
On Tue, 7 Dec 2010, ian at airs dot com wrote:

> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46819
> 
> Ian Lance Taylor <ian at airs dot com> changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|                            |ian at airs dot com
> 
> --- Comment #1 from Ian Lance Taylor <ian at airs dot com> 2010-12-07 19:00:26 UTC ---
> I just did a complete bootstrap with --enable-languages=c and libffi was not
> built.  I did various configure runs with various options, and
> TARGET_CONFIGDIRS appeared to generally include libffi when appropriate and not
> include it when appropriate.
> 
> What configure options are you using?

I am using

--enable-languages=c,c++,objc,fortran,obj-c++,java,ada --disable-libgcj

which formerly disabled building of libffi, but now leaves it enabled
(even if go is not enabled).

I didn't remember that, so maybe the issue isn't that important.  But
maybe we can have a --disable-libffi configure option?  (continuing
to disable libffi with --disable-libgcj if Go is not build would be
also ok of course).

Richard.



More information about the Gcc-bugs mailing list