This is the mail archive of the gcc-patches@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: patches from the graphite branch for review


David Edelsohn wrote:
Paolo Bonzini writes:

Paolo> Ah. And using XLC's C driver?


	Using xlc++ / xlC and adding the GCC support libraries probably
will work.  Or are you asking about compiling everything with the XL
compilers?

I am thinking of how we can link with the host compiler's support libraries in the case when PPL is linked statically with gcc (and thus you have to specify all of them on the command line). I suppose we will still link with gcc/xlc, not with g++/xlc++, so we need something equivalent to -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic.


It's really about the practicalities of *doing* the build.

Will GCC use a "C" wrapper to interface with PPL

Yes, I think so.


Paolo


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