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
This commit is contained in:
Anatoly Sokolov 2006-05-07 00:49:20 +04:00 committed by Denis Chertykov
parent b166a559ed
commit ed1a08a759
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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} \