mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Remove obsolete check from skip_compile_feature_tests
skip_compile_feature_tests checks for "Command not supported on this host", but this error was removed by commit e8d8cce6 ("Import mkdtemp gnulib module, fix mingw build"). This patch removes the obsolete test.
This commit is contained in:
@ -26,9 +26,6 @@ proc skip_compile_feature_tests {} {
|
||||
"Could not load libcc1.*\r\n$gdb_prompt $" {
|
||||
set result 1
|
||||
}
|
||||
-re "Command not supported on this host\\..*\r\n$gdb_prompt $" {
|
||||
set result 1
|
||||
}
|
||||
-re "\r\n$gdb_prompt $" {
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user