Commit Graph

4 Commits

Author SHA1 Message Date
Koen Kooi 9ea43bd128 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: Koen Kooi <koen@dominion.thruhere.net>
2011-02-09 11:36:12 +01:00
Koen Kooi 8cf2d4a838 binutils 2.20.1: replace checksums
After the fetcher overhaul these started erroring out, not sure what the root cause is

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-02-07 12:46:08 +01:00
Koen Kooi e4c4b805c4 binutils 2.20.1: merge in yocto fixes for 2.21.0
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-22 17:03:31 +01:00
Koen Kooi 68bf9ac203 binutils: import 2.20.1 from yocto
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-22 16:51:53 +01:00