Displaying 1 result from an estimated 1 matches for "gg4".
Did you mean:
gg
2007 Jul 06
2
[LLVMdev] -arch option ignored?
Sorry if this has been answered before -- a quick search didn't dig
up an answer for me.
I'd like to use the llvm-gg4 front-end for cross-compilation (ppc/x86
and vice versa) on Mac OS X.
I built it (e.g. on ppc) from source with a configure like this:
configure --with-gxx-include-dir=/usr/include/c++/4.0.0 --
build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --
target=powerpc-apple-darwin8 --enable-l...