Commit ed1a08a7 by Anatoly Sokolov Committed by Denis Chertykov

avr.h (CRT_BINUTILS_SPECS): Fixed crt* file name for atmega645 device.

        * config/avr/avr.h (CRT_BINUTILS_SPECS): Fixed crt* file name for
	atmega645 device.

From-SVN: r113585
parent b166a559
2006-04-29 Anatoly Sokolov <aesok@post.ru>
* config/avr/avr.h (CRT_BINUTILS_SPECS): Fixed crt* file name
for atmeg a645 device.
2006-05-06 Richard Guenther <rguenther@suse.de>
PR tree-optimization/27151
......
......@@ -782,7 +782,7 @@ extern int avr_case_values_threshold;
%{mmcu=atmega325:crtm325.o%s} \
%{mmcu=atmega3250:crtm3250.o%s} \
%{mmcu=atmega64:crtm64.o%s} \
%{mmcu=atmega645:crtm6450.o%s} \
%{mmcu=atmega645:crtm645.o%s} \
%{mmcu=atmega6450:crtm6450.o%s} \
%{mmcu=atmega128:crtm128.o%s} \
%{mmcu=at90can128:crtcan128.o%s} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment