[cfe-commits] support powerpc-linux

Nick Lewycky nicholas at mxc.ca
Wed Jun 25 11:12:09 PDT 2008


With this patch, clang works on my 32-bit powerpc linux box. The first 
hunk (#undef PPC) fixes a compilation problem where the host compiler 
defines PPC to indicate that we're compiling on a PPC box, and that 
conflicts with namespace PPC declarations in the code. The second hunk 
adds the path to the headers, needed to build at runtime.

(Please commit it, if it passes review. I don't have a clang checkout 
with commit access.)

Nick

-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-ppc-linux.patch
Type: text/x-diff
Size: 1042 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20080625/d39e86c6/attachment.patch>


More information about the cfe-commits mailing list