diff options
| author | Anatoly Sokolov <aesok@post.ru> | 2006-05-07 00:49:20 +0400 |
|---|---|---|
| committer | Denis Chertykov <denisc@gcc.gnu.org> | 2006-05-07 00:49:20 +0400 |
| commit | ed1a08a75981e44e3fe6ac91f18a9b4900bbb43d (patch) | |
| tree | caa99ce0cc15a4801b47a69a1ddfbc1de9f44d7c /gcc/config/avr/avr.h | |
| parent | b166a559ed96aaf211a6f952d60703c8c6325161 (diff) | |
| download | gcc-ed1a08a75981e44e3fe6ac91f18a9b4900bbb43d.zip gcc-ed1a08a75981e44e3fe6ac91f18a9b4900bbb43d.tar.gz gcc-ed1a08a75981e44e3fe6ac91f18a9b4900bbb43d.tar.bz2 | |
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
Diffstat (limited to 'gcc/config/avr/avr.h')
| -rw-r--r-- | gcc/config/avr/avr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h index 39b4d21..404b3d1 100644 --- a/gcc/config/avr/avr.h +++ b/gcc/config/avr/avr.h @@ -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} \ |
