| commit | fe441584bb9524e07dea468079d6abce859ad03c | [log] [tgz] |
|---|---|---|
| author | Clément Chigot <chigot@adacore.com> | Fri Sep 23 11:52:54 2022 +0200 |
| committer | Clément Chigot <chigot@adacore.com> | Mon Sep 26 17:22:54 2022 +0200 |
| tree | 9c6c26faf9e6c1e6a329f76c1ef6905bbf8e34ea | |
| parent | e9d92351722884fda8914021b25e5d5a6cc1a181 [diff] |
binutils/testsuite: handle the different install names of c++filt
c++filt is always named cxxfilt in a build directory, but in a install
directory it would be named either cxxfilt or c++filt (depending on
the host). Handle this last case in testsuite.
binutils/ChangeLog:
* testsuite/config/default.exp (CXXFILE): if cxxfilt not found,
try c++filt.