Re: [patch, libbacktrace/libsanitizer/libquadmath/libcilkrts] fix multilib builds

2015-01-26 Thread Jeff Law
On 01/26/15 07:30, Tobias Burnus wrote: Matthias Klose wrote: However for the libbacktrace and the libsanitizer builds, the AM_ENABLE_MULTILIB macro is included way too late. Scan the generated configure file for "cross_compiling" and see that the above snippet is added after the failing checks

Re: [patch, libbacktrace/libsanitizer/libquadmath/libcilkrts] fix multilib builds

2015-01-26 Thread Tobias Burnus
Matthias Klose wrote: > >> However for the libbacktrace and the libsanitizer builds, the > >> AM_ENABLE_MULTILIB > >> macro is included way too late. Scan the generated configure file for > >> "cross_compiling" and see that the above snippet is added after the failing > >> checks. The fix seems t

Re: [patch, libbacktrace/libsanitizer/libquadmath/libcilkrts] fix multilib builds

2015-01-23 Thread Matthias Klose
[CC ing build, libquadmath, libcilkrts maintainers] On 01/23/2015 02:53 AM, Ian Lance Taylor wrote: > On Thu, Jan 22, 2015 at 3:44 PM, Matthias Klose wrote: >> >> However for the libbacktrace and the libsanitizer builds, the >> AM_ENABLE_MULTILIB >> macro is included way too late. Scan the gene