mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
msp430-toolchain: fix build; xlint fixes
This commit is contained in:
parent
d52128c2cd
commit
5c641eb2ce
1 changed files with 6 additions and 6 deletions
|
@ -3,19 +3,19 @@ pkgname=msp430-toolchain
|
||||||
version=3.05.00.00
|
version=3.05.00.00
|
||||||
revision=2
|
revision=2
|
||||||
archs="x86_64* i686*"
|
archs="x86_64* i686*"
|
||||||
|
create_wrksrc=yes
|
||||||
|
hostmakedepends="unzip expect flex tar texinfo"
|
||||||
|
makedepends="ncurses-devel"
|
||||||
short_desc="Toolchain for the TI MSP430 microprocessor"
|
short_desc="Toolchain for the TI MSP430 microprocessor"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
|
license="GPL-2.0-only"
|
||||||
homepage="http://www.ti.com/tool/msp430-gcc-opensource"
|
homepage="http://www.ti.com/tool/msp430-gcc-opensource"
|
||||||
license="GPL-2"
|
|
||||||
distfiles="http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/${version//./_}/exports/msp430-gcc-source.tar.bz2
|
distfiles="http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/${version//./_}/exports/msp430-gcc-source.tar.bz2
|
||||||
http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/${version//./_}/exports/msp430-gcc-support-files.zip"
|
http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/${version//./_}/exports/msp430-gcc-support-files.zip"
|
||||||
checksum="d2110ec64e8a055ff89b7eef8217b3c233c30e370e2cb43e1ad835dad5907d1c
|
checksum="d2110ec64e8a055ff89b7eef8217b3c233c30e370e2cb43e1ad835dad5907d1c
|
||||||
1e2a0903e6b02d5e8aac2a7297ec0685e95a980b13b937b5c7f24f4cf6015407"
|
1e2a0903e6b02d5e8aac2a7297ec0685e95a980b13b937b5c7f24f4cf6015407"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
create_wrksrc=yes
|
|
||||||
hostmakedepends="unzip expect flex"
|
|
||||||
makedepends="ncurses-devel"
|
|
||||||
|
|
||||||
_prefix=/usr/msp430
|
_prefix=/usr/msp430
|
||||||
_target=msp430-none-elf
|
_target=msp430-none-elf
|
||||||
|
|
Loading…
Add table
Reference in a new issue