detect gdb version & rust support in compiletest
This commit is contained in:
parent
6554fb0d8d
commit
dce460028e
11 changed files with 180 additions and 89 deletions
7
configure
vendored
7
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue