scripts/build/debug/300-gdb.sh
changeset 622 259d3b95bfad
parent 609 dc9314e3d72d
child 626 32af757a45f6
     1.1 --- a/scripts/build/debug/300-gdb.sh	Tue Jun 24 15:44:55 2008 +0000
     1.2 +++ b/scripts/build/debug/300-gdb.sh	Wed Jun 25 21:56:36 2008 +0000
     1.3 @@ -132,7 +132,7 @@
     1.4              none)   native_extra_config="${native_extra_config} --disable-threads";;
     1.5              *)      native_extra_config="${native_extra_config} --enable-threads";;
     1.6          esac
     1.7 -        if [ "${CT_GMP_MPFR_TARGET}" = "y" ]; then
     1.8 +        if [ "${CT_GDB_NATIVE_USE_GMP_MPFR}" = "y" ]; then
     1.9              native_extra_config="${native_extra_config} --with-gmp=${CT_SYSROOT_DIR}/usr --with-mpfr=${CT_SYSROOT_DIR}/usr"
    1.10          fi
    1.11