GCC allows to build either little endian or big endian code on PowerPC
using -mlittle-endian or -mbig-endian. As far as I know clang supports
this option only on AArch64. Is there other options that allow it?
I /think/ that selecting the right target could do it, like in

clang -target powerpc

Am I right?

TIA

-andrei
_______________________________________________
cfe-users mailing list
cfe-users@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users

Reply via email to