Fix gdb to install in CT_PREFIX_DIR rather than CT_INSTALL_DIR.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 20 16:18:40 2007 +0000 (2007-05-20)
changeset 1130a1e72093a51
parent 112 ea15433daba0
child 114 2dace56fc87e
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
     1.1 --- a/scripts/build/debug/gdb.sh	Sun May 20 13:48:26 2007 +0000
     1.2 +++ b/scripts/build/debug/gdb.sh	Sun May 20 16:18:40 2007 +0000
     1.3 @@ -41,7 +41,7 @@
     1.4              --build=${CT_BUILD}                         \
     1.5              --host=${CT_HOST}                           \
     1.6              --target=${CT_TARGET}                       \
     1.7 -            --prefix="${CT_INSTALL_DIR}"                \
     1.8 +            --prefix="${CT_PREFIX_DIR}"                 \
     1.9              --with-build-sysroot="${CT_SYSROOT_DIR}"    \
    1.10              --enable-threads                            \
    1.11              ${extra_config}                             2>&1 |CT_DoLog ALL