X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=410-gcc-atxmega128a4u.patch;h=000880e4b08bad25c2e7c7bb6cfa1681d02a8cd1;hb=ab7f78a4a6b0448f315db017e24209b62c772e22;hp=0f5be09db3fd1fb3281206b270f3d508d3f6c987;hpb=6ef8d4808ff93999964b8cd19a9f4e5503de4d50;p=packages%2Fcrossavr-gcc.git diff --git a/410-gcc-atxmega128a4u.patch b/410-gcc-atxmega128a4u.patch index 0f5be09..000880e 100644 --- a/410-gcc-atxmega128a4u.patch +++ b/410-gcc-atxmega128a4u.patch @@ -1,7 +1,7 @@ diff -Naurp gcc/config/avr/avr-devices.c gcc/config/avr/avr-devices.c --- gcc/config/avr/avr-devices.c 2011-10-28 11:55:44.000000000 +0530 +++ gcc/config/avr/avr-devices.c 2011-10-28 12:00:41.000000000 +0530 -@@ -295,6 +295,7 @@ const struct mcu_type_s avr_mcu_types[] +@@ -294,6 +294,7 @@ const struct mcu_type_s avr_mcu_types[] { "avrxmega7", ARCH_AVRXMEGA7, NULL, 0, 0x2000, "x128a1" }, { "atxmega128a1", ARCH_AVRXMEGA7, "__AVR_ATxmega128A1__", 0, 0x2000, "x128a1" }, { "atxmega128a1u", ARCH_AVRXMEGA7, "__AVR_ATxmega128A1U__", 0, 0x2000, "x128a1u" }, @@ -12,7 +12,7 @@ diff -Naurp gcc/config/avr/avr-devices.c gcc/config/avr/avr-devices.c diff -Naurp gcc/config/avr/t-avr gcc/config/avr/t-avr --- gcc/config/avr/t-avr 2011-10-28 11:55:44.000000000 +0530 +++ gcc/config/avr/t-avr 2011-10-28 12:00:41.000000000 +0530 -@@ -299,6 +299,7 @@ MULTILIB_MATCHES = \ +@@ -298,6 +298,7 @@ MULTILIB_MATCHES = \ mmcu?avrxmega6=mmcu?atxmega384c3 \ mmcu?avrxmega7=mmcu?atxmega128a1 \ mmcu?avrxmega7=mmcu?atxmega128a1u \