Skip to content
  • Alan Modra's avatar
    Fix parens in ld bootstrap.exp · 080dd03d
    Alan Modra authored
    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.
    080dd03d
To find the state of this project's repository at the time of any of these versions, check out the tags.