Changeset 59649f3 in mainline for tools/toolchain.sh


Ignore:
Timestamp:
2015-05-07T10:59:46Z (9 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6d81e1e
Parents:
003504f
Message:

do not enforce -Werror when compiling GDB
(unfortunatelly this is not a strict override)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r003504f r59649f3  
    513513        PATH="$PATH:${INSTALL_DIR}/${PREFIX}/bin" ./configure \
    514514                "--target=${TARGET}" \
    515                 "--prefix=${PREFIX}" "--program-prefix=${TARGET}-"
     515                "--prefix=${PREFIX}" "--program-prefix=${TARGET}-" \
     516                --enable-werror=no
    516517        check_error $? "Error configuring GDB."
    517518       
Note: See TracChangeset for help on using the changeset viewer.