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.
This commit is contained in:
Yann E. MORIN" 2007-05-20 16:18:40 +00:00
parent 4fb8055bf7
commit 94960ef7c3

View File

@ -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