projects
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b00aa15
)
Explicitly use bash for the ld testsuite.
author
Matthias Klose
<doko@ubuntu.com>
Fri, 24 Jul 2020 10:52:26 +0000
(11:52 +0100)
committer
Matthias Klose
<doko@debian.org>
Fri, 24 Jul 2020 10:52:26 +0000
(11:52 +0100)
Gbp-Pq: Name 013_bash_in_ld_testsuite.patch
ld/testsuite/config/default.exp
patch
|
blob
|
history
diff --git
a/ld/testsuite/config/default.exp
b/ld/testsuite/config/default.exp
index 9e89ca1283472c2ab071fb65104007e3246f7a1a..09616f218fd59180aa8194f147ad272d7e8e0d91 100644
(file)
--- a/
ld/testsuite/config/default.exp
+++ b/
ld/testsuite/config/default.exp
@@
-163,7
+163,7
@@
load_lib ld-lib.exp
proc get_target_emul {} {
global target_triplet
global srcdir
- set status [catch "exec sh -c \"targ='$target_triplet' && . $srcdir/../configure.tgt && echo \\\$targ_emul\"" result]
+ set status [catch "exec
ba
sh -c \"targ='$target_triplet' && . $srcdir/../configure.tgt && echo \\\$targ_emul\"" result]
if $status { error "Error getting emulation name: $result" }
return $result
}