This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH][AVR][4.0/4.1/4.2] Fixing incorrect crt* file name for atmega645 device.
- From: "Anatoly Sokolov" <aesok at post dot ru>
- To: <gcc-patches at gcc dot gnu dot org>
- Cc: <aesok at post dot ru>
- Date: Sat, 29 Apr 2006 14:28:19 +0400
- Subject: [PATCH][AVR][4.0/4.1/4.2] Fixing incorrect crt* file name for atmega645 device.
In CRT_BINUTILS_SPECS for atmega645 device crt file is named "crtm6450.o", should be "crtm645.o".
2006-04-29 Anatoly Sokolov <aesok@post.ru>
* config/avr/avr.h (CRT_BINUTILS_SPECS): Fixed crt* file name for atmega645 device.
diff -ru gcc-4.2-20060401/gcc/config/avr/avr.h gcc-work/gcc/config/avr/avr.h
--- gcc-4.2-20060401/gcc/config/avr/avr.h 2006-03-24 19:30:19.000000000 +0300
+++ gcc-work/gcc/config/avr/avr.h 2006-04-28 10:23:46.203125000 +0400
@@ -782,7 +782,7 @@
%{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} \