Am 18.06.20 um 04:41 schrieb Ben Elliston: > On Thu, Jun 18, 2020 at 02:51:26AM +0200, Carsten Teibes wrote: > >> Adding this target for homebrew on an old platform (Sony PSP). Let >> me know if there is anything that should better be done differently. > > Where did you get the canonical triplet (that 'psp' is an alias of) > from?
I am currently cleaning up this old toolchain, it has been idle for around 10 years. The original triplet (that was used back then) is `mipsallegrexel-psp-elf`, however this does not really fit with the standard naming, because `psp` is no manufacturer and the PSP does not use standard elf format. So my idea was to invent the new triplet `mipsallegrexel-sony-psp` and use this from now on. Since only the shortcut/alias has been used everywhere, this is merely a cosmetic change. Thanks for applying the patch! Carsten