]> git.pld-linux.org Git - packages/crossavr-gcc.git/blame - 426-gcc-atxmega64c3.patch
- rebuild with ppl 1.0
[packages/crossavr-gcc.git] / 426-gcc-atxmega64c3.patch
CommitLineData
6ef8d480
PZ
1diff -Naurp gcc/config/avr/avr-devices.c gcc/config/avr/avr-devices.c
2--- gcc/config/avr/avr-devices.c 2012-02-10 20:28:58.000000000 +0530
3+++ gcc/config/avr/avr-devices.c 2012-02-10 20:29:40.000000000 +0530
08a89ff7 4@@ -289,6 +289,7 @@ const struct mcu_type_s avr_mcu_types[]
6ef8d480
PZ
5 { "atxmega64a4u", ARCH_AVRXMEGA4, "__AVR_ATxmega64A4U__", 0, 0x2000, "x64a4u"},
6 { "atxmega64b1", ARCH_AVRXMEGA4, "__AVR_ATxmega64B1__", 0, 0x2000, "x64b1" },
7 { "atxmega64b3", ARCH_AVRXMEGA4, "__AVR_ATxmega64B3__", 0, 0x2000, "x64b3"},
8+ { "atxmega64c3", ARCH_AVRXMEGA4, "__AVR_ATxmega64C3__", 0, 0x2000, "x64c3"},
9 { "atxmega64d3", ARCH_AVRXMEGA4, "__AVR_ATxmega64D3__", 0, 0x2000, "x64d3" },
10 { "atxmega64d4", ARCH_AVRXMEGA4, "__AVR_ATxmega64D4__", 0, 0x2000, "x64d4" },
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 2012-02-10 20:28:58.000000000 +0530
14+++ gcc/config/avr/t-avr 2012-02-10 20:29:40.000000000 +0530
08a89ff7 15@@ -299,6 +299,7 @@ MULTILIB_MATCHES = \
6ef8d480
PZ
16 mmcu?avrxmega4=mmcu?atxmega64a4u \
17 mmcu?avrxmega4=mmcu?atxmega64b1 \
18 mmcu?avrxmega4=mmcu?atxmega64b3 \
19+ mmcu?avrxmega4=mmcu?atxmega64c3 \
20 mmcu?avrxmega4=mmcu?atxmega64d3 \
21 mmcu?avrxmega4=mmcu?atxmega64d4 \
22 mmcu?avrxmega5=mmcu?atxmega64a1 \
This page took 0.056707 seconds and 4 git commands to generate.