Re: Fwd: [Patch] Fix assembler invocation on sparc-sun-solaris2

2019-05-13 Thread Rainer Orth
Hi Bence, > I tried building a cross-compiler for `sparc-sun-solaris2`, but the > resulting GCC executable wouldn't compile anything, always failing > with: "as: unrecognized option '-m32'". After extensive research, I > found that `as` takes `--32`/`--64`, instead of `-m32`/`-m64`. The > patched

Fwd: [Patch] Fix assembler invocation on sparc-sun-solaris2

2019-05-12 Thread Bence Csókás
Hi! I tried building a cross-compiler for `sparc-sun-solaris2`, but the resulting GCC executable wouldn't compile anything, always failing with: "as: unrecognized option '-m32'". After extensive research, I found that `as` takes `--32`/`--64`, instead of `-m32`/`-m64`. The patched GCC now does comp