diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-02-16 23:00:15 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-02-17 22:47:02 +0900 |
commit | 4113862c0068a8a95d752f5fdf14980f92cd41d7 () | |
tree | 8645c7b805dec97d3c7661744e58cd7aaad12bbf /vm_backtrace.c | |
parent | 992bdfea2d3030c041a33d58221ffdcd91f1a999 (diff) |
Do not search for commands with double tool prefixes [Bug #18504]
The `CC` found by `AC_CHECK_TOOL` is prefixed by the host triplet when cross compiling. To search for commands with `AC_CHECK_TOOL` based on that `CC` means to search also doubly prefixed names.
Notes: Merged: https://.com/ruby/ruby/pull/5565
0 files changed, 0 insertions, 0 deletions