]> git.pld-linux.org Git - packages/crossavr-gcc.git/blob - 416-gcc-atxmega64a4u.patch
crossavr-gcc: Synchronized with official AVR toolchain 3.4.0.663.
[packages/crossavr-gcc.git] / 416-gcc-atxmega64a4u.patch
1 diff -Naurp gcc/config/avr/avr-devices.c gcc/config/avr/avr-devices.c
2 --- gcc/config/avr/avr-devices.c        2011-10-28 14:39:27.000000000 +0530
3 +++ gcc/config/avr/avr-devices.c        2011-10-28 14:59:12.000000000 +0530
4 @@ -278,6 +278,7 @@ const struct mcu_type_s avr_mcu_types[] 
5    { "avrxmega4",    ARCH_AVRXMEGA4, NULL,                           0, 0x2000, "x64d3" },
6    { "atxmega64a3",  ARCH_AVRXMEGA4, "__AVR_ATxmega64A3__",          0, 0x2000, "x64a3" },
7    { "atxmega64a3u", ARCH_AVRXMEGA4, "__AVR_ATxmega64A3U__",         0, 0x2000, "x64a3u"},
8 +  { "atxmega64a4u", ARCH_AVRXMEGA4, "__AVR_ATxmega64A4U__",         0, 0x2000, "x64a4u"},
9    { "atxmega64b1",  ARCH_AVRXMEGA4, "__AVR_ATxmega64B1__",          0, 0x2000, "x64b1" },
10    { "atxmega64b3",  ARCH_AVRXMEGA4, "__AVR_ATxmega64B3__",          0, 0x2000, "x64b3"},
11    { "atxmega64d3",  ARCH_AVRXMEGA4, "__AVR_ATxmega64D3__",          0, 0x2000, "x64d3" },
12 diff -Naurp gcc/config/avr/t-avr gcc/config/avr/t-avr
13 --- gcc/config/avr/t-avr        2011-10-28 14:52:10.000000000 +0530
14 +++ gcc/config/avr/t-avr        2011-10-28 14:59:12.000000000 +0530
15 @@ -288,6 +288,7 @@ MULTILIB_MATCHES = \
16         mmcu?avrxmega2=mmcu?atxmega32x1 \
17         mmcu?avrxmega4=mmcu?atxmega64a3 \
18         mmcu?avrxmega4=mmcu?atxmega64a3u \
19 +       mmcu?avrxmega4=mmcu?atxmega64a4u \
20         mmcu?avrxmega4=mmcu?atxmega64b1 \
21         mmcu?avrxmega4=mmcu?atxmega64b3 \
22         mmcu?avrxmega4=mmcu?atxmega64d3 \
This page took 0.025528 seconds and 3 git commands to generate.