summaryrefslogtreecommitdiff
path: root/scripts/build/debug/gdb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/debug/gdb.sh')
-rw-r--r--scripts/build/debug/gdb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/debug/gdb.sh b/scripts/build/debug/gdb.sh
index 5c2c2ce..e1f6de5 100644
--- a/scripts/build/debug/gdb.sh
+++ b/scripts/build/debug/gdb.sh
@@ -41,7 +41,7 @@ do_debug_gdb_build() {
--build=${CT_BUILD} \
--host=${CT_HOST} \
--target=${CT_TARGET} \
- --prefix="${CT_INSTALL_DIR}" \
+ --prefix="${CT_PREFIX_DIR}" \
--with-build-sysroot="${CT_SYSROOT_DIR}" \
--enable-threads \
${extra_config} 2>&1 |CT_DoLog ALL