r217546 - Only override the target architecture on -m32 and friends if it is

Joerg Sonnenberger joerg at britannica.bec.de
Wed Sep 10 14:46:56 PDT 2014


On Wed, Sep 10, 2014 at 09:25:37PM -0000, Joerg Sonnenberger wrote:
> Author: joerg
> Date: Wed Sep 10 16:25:37 2014
> New Revision: 217546
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=217546&view=rev
> Log:
> Only override the target architecture on -m32 and friends if it is
> actually different. Fixes a surprising link error with nodejs on rpi,
> where armv6-netbsd-eabihf turned into armv5e-netbsd-eabihf, which
> doesn't lacks the necessary VFP support.

This should be merged into the 3.5 branch, but I am not sure who is
responsible for maintaining it?

Joerg



More information about the cfe-commits mailing list