diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/config/default.exp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/binutils/testsuite/config/default.exp b/binutils/testsuite/config/default.exp index c654bd4..68f5bcb 100644 --- a/binutils/testsuite/config/default.exp +++ b/binutils/testsuite/config/default.exp @@ -92,7 +92,10 @@ if ![info exists DLLTOOL] then { set DLLTOOL [findfile $base_dir/dlltool] } if ![info exists CXXFILT] then { - set CXXFILT [findfile $base_dir/cxxfilt] + set CXXFILT [findfile $base_dir/cxxfilt $base_dir/cxxfilt [which [transform cxxfilt]]] + if {$CXXFILT == 0} then { + set CXXFILT [transform c++filt] + } } if ![info exists CXXFILTFLAGS] then { set CXXFILTFLAGS "" |