Package: msp430-libc Version: 0.1-20120224 Revision: 1 Depends: msp430-gcc (>= 4.6.3-20120406) Source: mirror:sourceforge:mspgcc/msp430-libc/msp430-libc-20120224.tar.bz2 Source-Checksum: SHA256(b67a33881aa6b456c5c99dea5ea655892455fde1317d5bda818e9c6ee34a3f82) PatchScript: << << CompileScript: << #!/bin/sh -ev cd src make PREFIX=%p/lib/msp430 << InstallScript: << #!/bin/sh -ev cd src make install PREFIX=%i/lib/msp430 << Description: Standard C library for the MSP430 toolchain License: GPL Maintainer: None DescDetail: << A C compiler isn't complete without its library. This package provides a basic libc, as well as crts. These libraries contain math, string and other functions along with startup and initialization code. It includes the msp430-libc patches from the mspgcc project release 20110716 and patches: * sf3387164 * sf3402836 << DescPackaging: << Previous maintainer: Matthias Ringwald <<