This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: google branch breakage


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]