diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2011-07-26 16:26:06 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2011-07-26 16:26:06 +0000 |
commit | b1830c6dc08a4f517eb7df4036f6eb5171e32c87 (patch) | |
tree | 3da284d9833f0af7fb72e70374f2924fe8edb0a4 /UPDATING | |
parent | c3a43af4fd50ad17f97d8e0d43b248cad568e5e3 (diff) | |
download | ports-b1830c6dc08a4f517eb7df4036f6eb5171e32c87.tar.gz ports-b1830c6dc08a4f517eb7df4036f6eb5171e32c87.zip |
Update msp430 toolchain to new version:
mspgcc release 20110716:
binutils-2.21.1.20110716
gcc-4.5.3.20110706
gdb-7.2.20110103
msp430mcu-20110613 (new port, platform headers, converted from offical TI
ones and linking scripts, generated from datasheets).
msp430-libc-1.0.20110612
Preserve old msp430-gcc as `devel/msp430-gcc3'
Make mps430-libc work with both gcc versions.
Add CONFLICTS to msp430-gcc*.
Add LICENSE clauses to all FSF-based ports.
Notes
Notes:
svn path=/head/; revision=278364
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20110726: + AFFECTS: users of devel/msp430-gcc + AUTHOR: lev@FreeBSD.org + + msp430-gcc was updated to lates gcc-4.5.3 version. + If you want to use old gcc-3.4.4, run command: + + # portmaster -o devel/msp430-gcc3 devel/msp430-gcc + or + # portupgrade -o devel/msp430-gcc3 devel/msp430-gcc + + before updating devel/msp430-libc port. + 20110721: AFFECTS: users of games/megaglest AUTHOR: smoeller@nichthelfer.de |