summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-11-23 05:15:27 (GMT)
committerZhenqiang Chen <zhenqiang.chen@linaro.org>2011-11-23 05:15:27 (GMT)
commit3980ce99051c14b5af5978486e78a2c58e36a4a7 (patch)
tree29be6c8346f97e9cfb9523b53da2f7cb28db9d87 /scripts
parent91eb66a629bbc9e3fe5a7afd10fb7b3d028588f2 (diff)
debug/gdb: add extra config for gdb cross.
Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org> [yann.morin.1998@anciens.enib.fr: prompt rewording, as suggested by M. Hope] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/debug/300-gdb.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index b1d2529..23f20dd 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -147,7 +147,8 @@ do_debug_gdb_build() {
--with-sysroot="${CT_SYSROOT_DIR}" \
--with-expat=yes \
--disable-werror \
- "${cross_extra_config[@]}"
+ "${cross_extra_config[@]}" \
+ "${CT_GDB_CROSS_EXTRA_CONFIG_ARRAY[@]}"
CT_DoLog EXTRA "Building cross-gdb"
CT_DoExecLog ALL make ${JOBSFLAGS}