[PATCH] Add powerpc64-linux configuration options
Joseph S. Myers
joseph@codesourcery.com
Wed May 23 22:59:00 GMT 2012
On Wed, 23 May 2012, Michael Meissner wrote:
> An alternative would be for the powerpc64-linux case, should we just delete the
> software floating emulation multilib and stop using the -mstrict-align, since
> Linux only runs in big endian mode. The software emulation multilib would be
> built for other powerpc varients and -mstrict-align would be used there as
> well.
I support deleting the soft-float multilib; it can't be used as-is because
it requires its own libc, in its own sysroot, and the configuration
doesn't use a separate sysroot for it. As for -mstrict-align, again if
someone wants -mstrict-align libraries I think they should set up a
multilib using that option (or a CPU option that implies it) rather than
trying to make the libraries from a compiler configured for some CPU
compatible with another CPU they wouldn't normally be compatible with.
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Gcc-patches
mailing list