Re: [build] Enable libcilkrts multilib build on Solaris

2013-11-22 Thread Paolo Bonzini
Il 22/11/2013 13:14, Rainer Orth ha scritto: > I'm including the following in this weekend's bootstraps (Solaris and > Linux). > > 2013-11-22 Rainer Orth > > * configure.ac (GCC_LIBSTDCXX_RAW_CXX_FLAGS): Remove. > * configure: Regenerate. > Ok if it passes. Paolo

Re: [build] Enable libcilkrts multilib build on Solaris

2013-11-22 Thread Rainer Orth
Paolo Bonzini writes: >> Btw., I noticed a couple of other anomalies: >> >> * configure.ac has >> >> GCC_LIBSTDCXX_RAW_CXX_FLAGS >> >> but does nothing with the result: Makefile.in substitutes the results, >> but that's it. Also, toplevel Makefile.tpl should set raw_cxx=true it >> thi

Re: [build] Enable libcilkrts multilib build on Solaris

2013-11-15 Thread Paolo Bonzini
Il 13/11/2013 15:06, Rainer Orth ha scritto: > > This happens because there's no installed amd64 libgcc_s.so.1 on the > system, and toplevel Makefile only sets LD_LIBRARY_PATH for the default > multilib. Initially, I thought that there were something special going > on, but it turned out that oth