# HG changeset patch # User "Yann E. MORIN" # Date 1179677920 0 # Node ID 0a1e72093a51e526d7143d73f778842e0c695905 # Parent ea15433daba016b7556413d5fa4360ac4c77f833 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. diff -r ea15433daba0 -r 0a1e72093a51 scripts/build/debug/gdb.sh --- a/scripts/build/debug/gdb.sh Sun May 20 13:48:26 2007 +0000 +++ b/scripts/build/debug/gdb.sh Sun May 20 16:18:40 2007 +0000 @@ -41,7 +41,7 @@ --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