]> git.pld-linux.org Git - packages/crossavr-gcc.git/blame - 413-gcc-4.5.1-atxmega32x1.patch
- undos sources before patching.
[packages/crossavr-gcc.git] / 413-gcc-4.5.1-atxmega32x1.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-02 12:44:50.000000000 +0300
3+++ gcc/config/avr/avr-devices.c 2011-09-02 12:55:09.000000000 +0300
4@@ -269,6 +269,7 @@ const struct mcu_type_s avr_mcu_types[]
5 { "atxmega32a4", ARCH_AVRXMEGA2, "__AVR_ATxmega32A4__", 0, 0x2000, "x32a4" },
6 { "atxmega32a4u", ARCH_AVRXMEGA2, "__AVR_ATxmega32A4U__", 0, 0x2000, "x32a4u" },
7 { "atxmega32d4", ARCH_AVRXMEGA2, "__AVR_ATxmega32D4__", 0, 0x2000, "x32d4" },
8+ { "atxmega32x1", ARCH_AVRXMEGA2, "__AVR_ATxmega32X1__", 0, 0x2000, "x32x1" },
9 /* Xmega, > 8K, <= 64K FLASH, > 64K RAM. */
10 /* { "avrxmega3", ARCH_AVRXMEGA3, NULL }, */
11 /* Xmega, >= 64K, < 128K FLASH, <= 64K RAM. */
12diff -Naurp gcc/config/avr/t-avr gcc/config/avr/t-avr
13--- gcc/config/avr/t-avr 2011-09-02 12:43:34.000000000 +0300
14+++ gcc/config/avr/t-avr 2011-09-02 12:55:52.000000000 +0300
15@@ -284,6 +284,7 @@ MULTILIB_MATCHES = \
16 mmcu?avrxmega2=mmcu?atxmega32d4 \
17 mmcu?avrxmega2=mmcu?atxmega32a4 \
18 mmcu?avrxmega2=mmcu?atxmega32a4u \
19+ mmcu?avrxmega2=mmcu?atxmega32x1 \
20 mmcu?avrxmega4=mmcu?atxmega64a3 \
21 mmcu?avrxmega4=mmcu?atxmega64a3u \
22 mmcu?avrxmega4=mmcu?atxmega64d3 \
This page took 0.037002 seconds and 4 git commands to generate.