[PATCH] Fixes for OpenBSD amd64/powerpc/mips64 support

Rafael EspĂ­ndola rafael.espindola at gmail.com
Sun Dec 1 07:55:53 PST 2013


On 1 December 2013 02:56, Brad Smith <brad at comstyle.com> wrote:
> The following patch brings in some additions to properly set the
> appropriate flags for the external assembler / linker for OpenBSD
> for the amd64 arch when using 32-bit mode (-m32), for powerpc and
> for mips64.

The assembler is the gnu assembler? Would it be possible to factor
this code to use  gnutools::Assemble::ConstructJob? It looks like it
already handles all the cases you are adding.

Cheers,
Rafael



More information about the cfe-commits mailing list