On 2013-10-01 08:49, Paul Pluzhnikov wrote:
I've attached the fill log.
How was this GCC configured?
Hey Paul, thanks for the quick reply. Here is how the final compiler is
configured (it's an intel-to-intel sysroot'd cross-compiler):
../gcc48-google/configure \
--prefix=%{PREFIX} --target=%{TARGET} --with-sysroot=%{SYSROOT} \
--enable-languages=c,c++ \
--disable-lto \
--with-gnu-as --with-gnu-ld \
--enable-threads=posix --disable-nls --disable-multilib
--enable-shared \
--disable-sjlj-exceptions \
--with-build-time-tools=%{PREFIX}/%{TARGET}/bin \
--enable-gold=default \
--enable-symvers=gnu-versioned-namespace
I'd guess that only the very last line is pertinent to the issue.
Oleg.