projects
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d661a7
)
Explicitly use bash for the ld testsuite.
author
Matthias Klose
<doko@ubuntu.com>
Wed, 11 Oct 2023 01:40:20 +0000
(
02:40
+0100)
committer
Matthias Klose
<doko@debian.org>
Wed, 11 Oct 2023 01:40:20 +0000
(
02:40
+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 5c925476e23c9a69ef5fd2a0ee3d17fcbea59e0f..6fd12cc55adec979716f6014d13a4c2a5c378d2f 100644
(file)
--- a/
ld/testsuite/config/default.exp
+++ b/
ld/testsuite/config/default.exp
@@
-178,7
+178,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
}