diff -r dc9314e3d72d -r 259d3b95bfad scripts/build/debug/300-gdb.sh --- a/scripts/build/debug/300-gdb.sh Tue Jun 24 15:44:55 2008 +0000 +++ b/scripts/build/debug/300-gdb.sh Wed Jun 25 21:56:36 2008 +0000 @@ -132,7 +132,7 @@ none) native_extra_config="${native_extra_config} --disable-threads";; *) native_extra_config="${native_extra_config} --enable-threads";; esac - if [ "${CT_GMP_MPFR_TARGET}" = "y" ]; then + if [ "${CT_GDB_NATIVE_USE_GMP_MPFR}" = "y" ]; then native_extra_config="${native_extra_config} --with-gmp=${CT_SYSROOT_DIR}/usr --with-mpfr=${CT_SYSROOT_DIR}/usr" fi