diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-07-29 00:13:07 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:39 +0100 |
commit | 5c8974538afd97990d3730ef6fea731a34ef1f85 (patch) | |
tree | 9cacc2300cf71e45e5a868ac561f5a1e66bef19c /tools | |
parent | e10c53a5f31ae1535e13ef51d6615662c36d36c6 (diff) | |
download | linux-5c8974538afd97990d3730ef6fea731a34ef1f85.tar.gz linux-5c8974538afd97990d3730ef6fea731a34ef1f85.tar.bz2 linux-5c8974538afd97990d3730ef6fea731a34ef1f85.zip |
MIPS: Octeon: Workaround link failures with gcc-4.4.x 32-bits toolchains
When building with a gcc-4.4.x toolchain that is configured to produce
32-bits executables by default, we will produce __lshrti3 in sched_clock()
which is never resolved so the kernel fails to link. Unconditionally use
the inline assembly version as suggested by David Daney, which works around
the issue.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1514/
Acked-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions