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 -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
Thanks for a hint, Anton. On Jul 6, 2007, at 5:51 PM Anton Korobeynikov wrote:> 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 setThe problem is that the make process will stop with an error ("`build_alias' has changed since the previous run") if I choose anything other than the host architecture as a target. Kind regards.