Skip to content
Commit 9ea43bd1 authored by Koen Kooi's avatar Koen Kooi
Browse files

binutils-cross-canadian.inc: disable -werror like -cross does



    The error this works around is:

    cc1: warnings being treated as errors
    gas/config/tc-arm.c: In function 'parse_operands':
    gas/config/tc-arm.c:1876:27: error: 'firsttype$defined' may be used uninitialized in this function
    gas/config/tc-arm.c:1876:27: error: 'firsttype$index' may be used uninitialized in this function

    Ideally it should get fixed properly, but let's mimic binutils-cross for now

Signed-off-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
parent 8cf2d4a8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment