j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
This patch selects cross-compiler prefix from predefined list (*-linux-gnu-, *-elf-, *-eabi-) by testing which one is present on the system when the script switch-arch is run.
Attachments:
Laurent Vivier wrote:
This patch selects cross-compiler prefix from predefined list (*-linux-gnu-, *-elf-, *-eabi-) by testing which one is present on the system when the script switch-arch is run.
This looks okay to me; at least it is very similar to what I would have come up with if I had attempted a similar patch.
ATB,
Mark.
This patch selects cross-compiler prefix from predefined list (*-linux-gnu-, *-elf-, *-eabi-) by testing which one is present on the system when the script switch-arch is run.
You might want to add *-linux as well?
Segher