Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Linux Core Fragments

Hey gang, we now have support for three CPU architectures in our 
org.eclipse.cdt.core.linux fragment - x86, ppc, and ia64. The beauty of 
Linux is that the source is the same for all three, only the compiled 
binaries are different.

So the question I have is how to avoid having all three architectures in 
the same fragment. One solution is to simply make complete copies of the 
fragments sources for each architecture. Another solution would be to add 
new fragments for each and just copy the library loading code.

Any opinions on the best way to go?

Thanks,
Doug Schaefer, Technical Lead, Eclipse CDT
Ottawa Lab,  IBM Canada, Rational Software Division


Back to the top