]> git.pld-linux.org Git - packages/crossavr-gcc.git/blame - 419-gcc-4.5.1-atmxt336s.patch
- synchronized patches with Atmel official AVR8-GNU toolchain.
[packages/crossavr-gcc.git] / 419-gcc-4.5.1-atmxt336s.patch
CommitLineData
dbe7ab63 1diff -Naurp gcc/config/avr/avr-devices.c gcc/config/avr/avr-devices.c
2--- gcc/config/avr/avr-devices.c 2011-09-14 14:49:30.000000000 +0300
3+++ gcc/config/avr/avr-devices.c 2011-09-14 15:26:55.000000000 +0300
4@@ -265,6 +265,7 @@ const struct mcu_type_s avr_mcu_types[]
5 /* Xmega, <= 8K FLASH. */
6 /* Xmega, > 8K, < 64K FLASH, <= 64K RAM. */
7 { "avrxmega2", ARCH_AVRXMEGA2, NULL, 0, 0x2000, "x32a4" },
8+ { "atmxt336s", ARCH_AVRXMEGA2, "__AVR_ATMXT336S__", 0, 0x2000, "mxt336s"},
9 { "atxmega16a4", ARCH_AVRXMEGA2, "__AVR_ATxmega16A4__", 0, 0x2000, "x16a4" },
10 { "atxmega16a4u", ARCH_AVRXMEGA2, "__AVR_ATxmega16A4U__", 0, 0x2000, "x16a4u" },
11 { "atxmega16d4", ARCH_AVRXMEGA2, "__AVR_ATxmega16D4__", 0, 0x2000, "x16d4" },
12diff -Naurp gcc/config/avr/t-avr gcc/config/avr/t-avr
13--- gcc/config/avr/t-avr 2011-09-14 14:49:30.000000000 +0300
14+++ gcc/config/avr/t-avr 2011-09-14 15:30:42.000000000 +0300
15@@ -280,6 +280,7 @@ MULTILIB_MATCHES = \
16 mmcu?avr6=mmcu?atmega256rfr2 \
17 mmcu?avr6=mmcu?atmega2560 \
18 mmcu?avr6=mmcu?atmega2561 \
19+ mmcu?avrxmega2=mmcu?atmxt336s \
20 mmcu?avrxmega2=mmcu?atxmega16a4 \
21 mmcu?avrxmega2=mmcu?atxmega16a4u \
22 mmcu?avrxmega2=mmcu?atxmega16d4 \
This page took 0.144897 seconds and 4 git commands to generate.