projects
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60a69a9
)
Explicitly use bash for the ld testsuite.
author
Matthias Klose
<doko@ubuntu.com>
Tue, 25 Jan 2022 15:57:38 +0000
(15:57 +0000)
committer
Matthias Klose
<doko@debian.org>
Tue, 25 Jan 2022 15:57:38 +0000
(15:57 +0000)
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 2c3cec684342f51127222c646e7379a050599db1..a87bad0a7e4b6c7bf3f16c82d78a931448c92254 100644
(file)
--- a/
ld/testsuite/config/default.exp
+++ b/
ld/testsuite/config/default.exp
@@
-171,7
+171,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
}