https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86845

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
                 CC|                            |dmalcolm at gcc dot gnu.org

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Well, looks like all the static libs of the in-tree prerequesites have to be
compiled with -fPIC.  We have

host_modules= { module= mpfr; lib_path=src/.libs; bootstrap=true;
                extra_configure_flags='--disable-shared
@extra_mpfr_configure_flags@';
                extra_make_flags='AM_CFLAGS="-DNO_ASM"';
                no_install= true; };
host_modules= { module= mpc; lib_path=src/.libs; bootstrap=true;
                extra_configure_flags='--disable-shared
@extra_mpc_gmp_configure_flags@ @extra_mpc_mpfr_configure_flags@
--disable-maintainer-mode';
                no_install= true; };
host_modules= { module= isl; lib_path=.libs; bootstrap=true;
                extra_configure_flags='--disable-shared
@extra_isl_gmp_configure_flags@';
                extra_make_flags='V=1';
                no_install= true; };

David?  This is really only required for libjit ... :/

Reply via email to