From 94960ef7c32962005a8bea2e99b5d7177bc94190 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 20 May 2007 16:18:40 +0000 Subject: [PATCH] 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. --- scripts/build/debug/gdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/debug/gdb.sh b/scripts/build/debug/gdb.sh index 5c2c2cee..e1f6de56 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