]> git.pld-linux.org Git - packages/crossavr-gcc.git/blob - 424-gcc-atxmega192c3.patch
crossavr-gcc: Synchronized with official AVR toolchain 3.4.0.663.
[packages/crossavr-gcc.git] / 424-gcc-atxmega192c3.patch
1 diff -Naurp gcc/config/avr/avr-devices.c gcc/config/avr/avr-devices.c
2 --- gcc/config/avr/avr-devices.c        2012-02-10 20:20:51.000000000 +0530
3 +++ gcc/config/avr/avr-devices.c        2012-02-10 20:21:25.000000000 +0530
4 @@ -305,6 +305,7 @@ const struct mcu_type_s avr_mcu_types[] 
5    { "atxmega128d4", ARCH_AVRXMEGA6, "__AVR_ATxmega128D4__",         0, 0x2000, "x128d4" },
6    { "atxmega192a3", ARCH_AVRXMEGA6, "__AVR_ATxmega192A3__",         0, 0x2000, "x192a3" },
7    { "atxmega192a3u",ARCH_AVRXMEGA6, "__AVR_ATxmega192A3U__",        0, 0x2000, "x192a3u"},
8 +  { "atxmega192c3", ARCH_AVRXMEGA6, "__AVR_ATxmega192C3__",         0, 0x2000, "x192c3" },
9    { "atxmega192d3", ARCH_AVRXMEGA6, "__AVR_ATxmega192D3__",         0, 0x2000, "x192d3" },
10    { "atxmega256a3", ARCH_AVRXMEGA6, "__AVR_ATxmega256A3__",         0, 0x2000, "x256a3" },
11    { "atxmega256a3u",ARCH_AVRXMEGA6, "__AVR_ATxmega256A3U__",        0, 0x2000, "x256a3u"},
12 diff -Naurp gcc/config/avr/t-avr gcc/config/avr/t-avr
13 --- gcc/config/avr/t-avr        2012-02-10 20:20:51.000000000 +0530
14 +++ gcc/config/avr/t-avr        2012-02-10 20:21:25.000000000 +0530
15 @@ -311,6 +311,7 @@ MULTILIB_MATCHES = \
16         mmcu?avrxmega6=mmcu?atxmega128d4 \
17         mmcu?avrxmega6=mmcu?atxmega192a3 \
18         mmcu?avrxmega6=mmcu?atxmega192a3u \
19 +       mmcu?avrxmega6=mmcu?atxmega192c3 \
20         mmcu?avrxmega6=mmcu?atxmega192d3 \
21         mmcu?avrxmega6=mmcu?atxmega256a3 \
22         mmcu?avrxmega6=mmcu?atxmega256a3u \
This page took 0.081321 seconds and 3 git commands to generate.