]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix parens in ld bootstrap.exp
authorAlan Modra <amodra@gmail.com>
Tue, 26 Jun 2018 04:59:28 +0000 (14:29 +0930)
committerAlan Modra <amodra@gmail.com>
Tue, 26 Jun 2018 12:14:30 +0000 (21:44 +0930)
commit6bb75436cd430556060e1526777eb0bb1e00c521
treee33724b8582809292926a3c315c39e8ff1281942
parent5b313918675d70daeae63059b2428de1d8fe836b
Fix parens in ld bootstrap.exp

Seen with tcl 8.5.13:
ERROR: tcl error sourcing .../ld/testsuite/ld-bootstrap/bootstrap.exp.
ERROR: expected boolean value but got " [istarget ia64-*-elf*] || [istarget ia64-*-linux*"
    while executing
"if { "$flags" == "--static" && { [istarget ia64-*-elf*] || [istarget ia64-*-linux*] }
 || [istarget mips*-*-linux*] } {
# On ia64 and mips, tmpdir/l..."

* testsuite/ld-bootstrap/bootstrap.exp: Use parentheses rather
than curly braces in logical expression.
ld/ChangeLog
ld/testsuite/ld-bootstrap/bootstrap.exp