Georg-Johann Lay schrieb:
> This is a proposed patch to allow compiler names that don't fit into the
> "avr-gcc" scheme like, e.g. "xgcc".
> 
> Johann
> 
>       * configure.ac (CC): Use `${CC} -dumpmachine` to query for right cross
>       compiler instead of checking CC.

Or, even better:

+       Xavr*X) ;;

instead of

+       XavrX) ;;

This will detect avr32*-gcc as correct compiler (that's problem the old code
has also) but allow avr-rtems-*.

Johann



_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to