Committed.
On 3 November 2014 14:33, Sivanupandi, Pitchumani
wrote:
> Hi,
>
> Unrecognized option error is issued by avr-gcc for devices with AVR_ISA_RMW.
> This is because of an incorrect spec string device spec generation.
>
> Below patch corrects the incorrect spec string in gen-avr-mmcu-specs.c.
> If OK,
Hi,
Unrecognized option error is issued by avr-gcc for devices with AVR_ISA_RMW.
This is because of an incorrect spec string device spec generation.
Below patch corrects the incorrect spec string in gen-avr-mmcu-specs.c.
If OK, could someone commit please?
diff --git a/gcc/config/avr/gen-avr-mmc