• Andrew Morton's avatar
    [PATCH] ppc32: fix missing option in binutils version check · 4db61881
    Andrew Morton authored
    From: Olaf Hering <olh@suse.de>
    
    The binutils check is bogus, it doesnt work with the just released
    binutils.  A space is needed in the error message.
    
    pomegranate:~# echo dssall | /usr/bin/as -o /tmp/x
    {standard input}: Assembler messages:
    {standard input}:1: Error: Unrecognized opcode: `dssall'
    pomegranate:~# /usr/bin/as -v
    GNU assembler version 2.15.91.0.1 (powerpc-suse-linux) using BFD version 2.15.91.0.1 20040527 (SuSE Linux)
    
    *** 2.6 kernels no longer buildcorrectly with old versions of binutils.
    *** Please upgrade your binutils to 2.12.1 or newer
    make: *** [checkbin] Error 1
    make: Target `all' not remade because of errors.
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    4db61881
Makefile 3.21 KB