-arch option ignored?

Hello, Leo.

Built like this, llvm-gcc generates ppc code regardless of the -arch
flag (e.g. arch i386).

You have to configure and build with the appropriate --target set

Thanks for a hint, Anton.