OSDN Git Service

Use make TARGET_LINKER= instead of overriding linker flags.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 28 Sep 2015 15:08:42 +0000 (16:08 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 28 Sep 2015 15:10:32 +0000 (16:10 +0100)
commitcdaf4779120d916675eb136e07872ad8dd91f2aa
treef6021db50ba37f533a12580e6915e3bcfd5a662b
parent6adb995d8e0177189bf77e9a0f6fce7ded87d993
Use make TARGET_LINKER= instead of overriding linker flags.

This solves building mips32 with gcc.

That's a temporary measure until we can set a custom target.

Change-Id: I1e8acfb0f5ca7e28d2ba3fb230b42800d5782973
tools/buildbot-build.sh