detect gdb version & rust support in compiletest

This commit is contained in:
Tim Neumann 2016-10-29 20:11:53 +02:00
parent 6554fb0d8d
commit dce460028e
11 changed files with 180 additions and 89 deletions

7
configure vendored
View file

@ -862,13 +862,6 @@ then
fi
fi
if [ -n "$CFG_GDB" ]
then
# Store GDB's version
CFG_GDB_VERSION=$($CFG_GDB --version 2>/dev/null | head -1)
putvar CFG_GDB_VERSION
fi
if [ -n "$CFG_LLDB" ]
then
# Store LLDB's version