msp430-libc stable port information

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-MD5: 1ccfbd40de06f85aeb2e74f028789418


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: Matthias Ringwald
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
<<