* ld-pie/pie.exp: Remove extra braces.
This commit is contained in:
parent
174bb630b6
commit
aab322dbad
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-04-23 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* ld-pie/pie.exp: Remove extra braces.
|
||||
|
||||
2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/13947
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
if ![isnative] then {return}
|
||||
|
||||
if { ![istarget *-*-linux*]
|
||||
&& ![istarget *-*-nacl*] } {
|
||||
&& ![istarget *-*-nacl*]
|
||||
&& ![istarget *-*-gnu*] } {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue