Hi Joseph,
Your patch itself makes sense on general principles, but the concept of an
AVR Linux target doesn't - this is an 8-bit processor....  Really, the bug
you've found is that there's an avr-*-* case that is too general, matching
nonsensical targets such as AVR Linux rather than just avr-*-none /
avr-*-elf.

Fair enough.  Would you like me to

A. Apply the patch anyway. On the general principle that target specific sections in config.gcc add to tmake_file rather than override it.

B. Do nothing. On the general principle that if it ain't broke don't fix it.

C. Draw up another patch that restricts the AVR patterns in config.gcc to -none and -elf.


Cheers
  Nick

Reply via email to