diff --git a/srcpkgs/msp430-toolchain/patches/gcc7.patch b/srcpkgs/msp430-toolchain/patches/gcc7.patch new file mode 100644 index 00000000000..67a4843b8f8 --- /dev/null +++ b/srcpkgs/msp430-toolchain/patches/gcc7.patch @@ -0,0 +1,11 @@ +--- sources/tools/gcc/config/msp430/msp430.c.orig ++++ sources/tools/gcc/config/msp430/msp430.c +@@ -2209,7 +2209,7 @@ + } + const_shift_helpers[] = + { +-#define CSH(N,C,X,G) { "__mspabi_"N, C, X, gen_##G } ++#define CSH(N,C,X,G) { "__mspabi_" N, C, X, gen_##G } + + CSH ("slli", 1, 1, slli_1), + CSH ("slll", 1, 1, slll_1), diff --git a/srcpkgs/msp430-toolchain/template b/srcpkgs/msp430-toolchain/template index 5bc4242a401..902597cbab4 100644 --- a/srcpkgs/msp430-toolchain/template +++ b/srcpkgs/msp430-toolchain/template @@ -1,7 +1,7 @@ # Template file for 'msp430-toolchain' pkgname=msp430-toolchain version=3.05.00.00 -revision=1 +revision=2 short_desc="Toolchain for the TI MSP430 microprocessor" maintainer="allan " homepage="http://www.ti.com/tool/msp430-gcc-opensource"