summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-20 16:18:40 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-20 16:18:40 (GMT)
commit94960ef7c32962005a8bea2e99b5d7177bc94190 (patch)
tree941c23ea46d9f2d5567c4386618fb371f866d12a /scripts
parent4fb8055bf7165d681dbe7ba5d10d8f98a5043d92 (diff)
Fix gdb to install in CT_PREFIX_DIR rather than CT_INSTALL_DIR.
One day, I swear, I will implement the install directory option. But later.
Diffstat (limited to 'scripts')
-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