The code that checks for an .mdebug. section to detect the ABI used by an executable uses the wrong string to detect the N64 ABI. The section name emitted by GCC for the N64 abi is .mdebug.abi64, not .mdebug.abiN64. This problem is present in the 5.3 branch too. Ok to install?