X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=417-gcc-atxmega128d4.patch;fp=417-gcc-atxmega128d4.patch;h=af9222bffdec32a6f1ec9c462c523d6c8244c25f;hb=08a89ff7d38fe715000d058382a9175711f7ddf5;hp=0f5d94d9fee603a1b15e7d09cf6a59ec995ae159;hpb=ab7f78a4a6b0448f315db017e24209b62c772e22;p=packages%2Fcrossavr-gcc.git diff --git a/417-gcc-atxmega128d4.patch b/417-gcc-atxmega128d4.patch index 0f5d94d..af9222b 100644 --- a/417-gcc-atxmega128d4.patch +++ b/417-gcc-atxmega128d4.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 14:59:12.000000000 +0530 +++ gcc/config/avr/avr-devices.c 2011-10-28 15:04:23.000000000 +0530 -@@ -293,6 +293,7 @@ const struct mcu_type_s avr_mcu_types[] +@@ -294,6 +294,7 @@ const struct mcu_type_s avr_mcu_types[] { "atxmega128b1", ARCH_AVRXMEGA6, "__AVR_ATxmega128B1__", 0, 0x2000, "x128b1" }, { "atxmega128b3", ARCH_AVRXMEGA6, "__AVR_ATxmega128B3__", 0, 0x2000, "x128b3" }, { "atxmega128d3", ARCH_AVRXMEGA6, "__AVR_ATxmega128D3__", 0, 0x2000, "x128d3" }, @@ -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 14:59:12.000000000 +0530 +++ gcc/config/avr/t-avr 2011-10-28 15:04:23.000000000 +0530 -@@ -299,6 +299,7 @@ MULTILIB_MATCHES = \ +@@ -300,6 +300,7 @@ MULTILIB_MATCHES = \ mmcu?avrxmega6=mmcu?atxmega128b1 \ mmcu?avrxmega6=mmcu?atxmega128b3 \ mmcu?avrxmega6=mmcu?atxmega128d3 \