summaryrefslogtreecommitdiff
path: root/scripts/build/debug/300-gdb.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-26 06:39:21 (GMT)
committerGitHub <noreply@github.com>2017-01-26 06:39:21 (GMT)
commite1132fc82936f9dfe79f1f28054e11cb405122bf (patch)
tree410a058b21cff616cea07c91089d8527f42b09b7 /scripts/build/debug/300-gdb.sh
parent8168cab172678667a25f76301a78660877e28502 (diff)
parent7186e39f326150371b7909e2a938fe573f05cda1 (diff)
Merge pull request #557 from stilor/config-shell
Run all configure scripts using ${CONFIG_SHELL}
Diffstat (limited to 'scripts/build/debug/300-gdb.sh')
-rw-r--r--scripts/build/debug/300-gdb.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index fe7787b..2370964 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -128,6 +128,7 @@ do_debug_gdb_build() {
CC="${CC_for_gdb}" \
CXX="${CXX_for_gdb}" \
LD="${LD_for_gdb}" \
+ ${CONFIG_SHELL} \
"${gdb_src_dir}/configure" \
--build=${CT_BUILD} \
--host=${CT_HOST} \
@@ -239,6 +240,7 @@ do_debug_gdb_build() {
CC="${CC_for_gdb}" \
CXX="${CXX_for_gdb}" \
LD="${LD_for_gdb}" \
+ ${CONFIG_SHELL} \
"${gdb_src_dir}/configure" \
--build=${CT_BUILD} \
--host=${CT_TARGET} \
@@ -309,6 +311,7 @@ do_debug_gdb_build() {
CPP="${CT_TARGET}-cpp" \
LD="${CT_TARGET}-ld" \
LDFLAGS="${gdbserver_LDFLAGS}" \
+ ${CONFIG_SHELL} \
"${gdb_src_dir}/gdb/gdbserver/configure" \
--build=${CT_BUILD} \
--host=${CT_TARGET} \