BUG: Allow all SuperH combinations
Quentin Boswank <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CH3PR12MB7596269A98D2CC6F2063E6B1C62C2@CH3PR12MB7596.namprd12.prod.outlook.com> |
Hello newlib team, I'm on an aarch64-linux-gnu build and cross compiling to a casio calculator with an SH4 chip (host=target=sh4eb-nofpu-elf). The `configure.host` only allows triplets like `sh-*` and `sh64-*` wich makes problems with generated triplets from eg. ct-ng <github.com/crosstool-ng/crosstool-ng>. Changing the condition from `sh | sh64 )` to `sh*)` fixes the bug Sincierly Quentin Boswank