summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
diff options
context:
space:
mode:
authorKyle Moffett2011-11-07 14:30:43 +0100
committerBenjamin Herrenschmidt2011-11-17 06:26:07 +0100
commita9a8f77ac72d6dd3c92ea268291678836f77681c (patch)
tree5418164440e9897bbd68be6ee50aaf6334a00f42 /arch/powerpc/include/asm
parentpowerpc/book3e-64: Fix debug support for userspace (diff)
downloadkernel-qcow2-linux-a9a8f77ac72d6dd3c92ea268291678836f77681c.tar.gz
kernel-qcow2-linux-a9a8f77ac72d6dd3c92ea268291678836f77681c.tar.xz
kernel-qcow2-linux-a9a8f77ac72d6dd3c92ea268291678836f77681c.zip
powerpc: Remove buggy 9-year-old test for binutils < 2.12.1
Recent binutils refuses to assemble AltiVec opcodes when in e500/SPE mode, as some of those opcodes alias the "SPE" instructions. This triggers an ancient binutils version check even when building a kernel with CONFIG_ALTIVEC disabled. In theory, the check could be conditionalized on CONFIG_ALTIVEC, but in practice it has long outlived its utility. It is virtually impossible to find binutils older than 2.12.1 (released 2002) in the wild anymore. Even ancient RedHat Enterprise Linux 4 has binutils-2.14. To fix the kernel build when done natively on e500 systems with this new binutils, the test is simply removed. Signed-off-by: Kyle Moffett <Kyle.D.Moffett@boeing.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm')
0 files changed, 0 insertions, 0 deletions