Commit Graph

53 Commits

Author SHA1 Message Date
jasper
fe185fb833 FULLPKGNAME is bad, mkay? 2012-07-07 20:34:25 +00:00
jasper
ce9783b19c - build COMMENT from Makefile.inc 2012-07-06 16:41:21 +00:00
jasper
a415e91633 Add comment about msp430mcu-20120406-sf3522088.patch 2012-05-04 08:58:55 +00:00
jasper
43725a9b49 Fix MASTER_SITES1 2012-05-04 08:56:39 +00:00
jasper
d88413864d add LTS patch msp430-libc-20120224-sf3522752 2012-05-04 08:56:23 +00:00
jasper
3a3ccbe3ee fix MASTER_SITES 2012-04-17 18:12:38 +00:00
jasper
2083109272 - fix PLIST after recent changes 2012-04-17 13:27:17 +00:00
jasper
fb1672391d handle PATCHFILES better 2012-04-17 13:10:57 +00:00
jasper
28e4e554c8 shrink Makefiles a bit further 2012-04-17 13:07:36 +00:00
jasper
e86c52376e - use ${TARGET} where applicable
- move PATCHFILES to Makefile.inc
- add TOOL, TOOL_V and LTS_V and use where applicable
2012-04-17 13:01:56 +00:00
jasper
f533a0bb0d move NO_REGRESS and SEPARATE_BUILD into Makefile.inc 2012-04-17 12:46:17 +00:00
jasper
fff817a654 - bump meta-package to 20120406 and add reminder comment 2012-04-17 12:25:01 +00:00
jasper
1f11650505 sync MASTER_SITES for new LTS patches 2012-04-17 12:23:10 +00:00
jasper
f64d76503b - update msp430mcu to 20120406 2012-04-17 12:22:02 +00:00
jasper
e1686b3c45 - update libc to 20120224 2012-04-17 12:21:36 +00:00
jasper
0570359a0a - update gdb to 7.2a for LTS 20120406 2012-04-17 12:21:16 +00:00
jasper
1edcc8465c - update gcc to 4.6.3 for LTS 20120406 2012-04-17 12:20:45 +00:00
jasper
c9f570a386 - update binutils to 2.21.1a for LTS 20120406 2012-04-17 12:20:21 +00:00
jasper
78666079a1 - add two more LTS patches 2012-04-04 15:41:25 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
jasper
c2a5121f0e - make PKGNAME=${TARGET}-${DISTNAME} the default 2011-11-11 18:38:17 +00:00
jasper
62f8d70566 this has got no GNU code, so make fix COMMENT 2011-11-11 17:30:08 +00:00
jasper
b1575e980c - we're going to stick with 'uniarch', so fix HOMEPAGE 2011-11-11 17:24:12 +00:00
jasper
204ea86b6a - make a clear distinction between the regular PATCHFILES which are for
the msp430 config files and the LTS patches.
2011-11-11 17:23:04 +00:00
jasper
d66f15d676 add a comment 2011-11-08 12:42:13 +00:00
jasper
4ba384b327 - apply LTS/20110716 patch for ptrdiff operations on stack pointer 2011-11-06 19:07:09 +00:00
jasper
3d1dad9bf9 - apply LTS/20110716 fix for unoptimized comparisons with multi-word literal integers 2011-11-03 17:03:40 +00:00
espie
636a5c9ac4 CHMOD and CHOWN serve no useful purpose, they're just chown/chmod 2011-10-21 16:23:44 +00:00
jasper
88492d34aa add a new lts patch 2011-10-07 18:38:18 +00:00
jasper
bcf412c2be Fix build with -Werror (which turns out -Wbounded).
With and ok nicm@
2011-10-02 18:26:32 +00:00
jasper
5b7858594b - roll in upstream patch to fix an issue with args being overwritten after calls
involving int64
2011-09-27 19:29:05 +00:00
jasper
09d94a5ca4 sort PATCHFILES list 2011-09-27 19:20:25 +00:00
jasper
b22141592e Fix typo and actually disable Werror now. 2011-09-16 10:24:46 +00:00
jasper
13afc2eb18 - clarify comment 2011-09-05 08:28:42 +00:00
jasper
81cc84ea04 add a bunch of LTS patches from upstream 2011-09-05 08:25:48 +00:00
jasper
9fc2e9d340 - set MASTER_SITES to mspgcc on sf.net 2011-09-05 08:15:14 +00:00
jasper
6891a7d2e0 hookup msp430mcu 2011-09-05 08:03:42 +00:00
jasper
20e9257e31 - mspgc430 has a newstyle BSD license
- add a comment about uniarch
2011-09-05 08:03:31 +00:00
jasper
cb69a6737b - move to uniarch:
* remove tarred config/ but use the upstream patch now instead
2011-09-05 08:02:46 +00:00
jasper
ba6959fd71 - update to the uniarch libc, msp430-libc-20110612 2011-09-05 08:01:30 +00:00
jasper
6ea7f4e893 - update msp430-gcc to 4.5.3 2011-09-05 08:00:33 +00:00
jasper
c6ac9b96d7 - update msp430-binutils to 2.21.1
* this switches the msp430 toolchain to the uniarch version. for more
information please refer to:
http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=Devel:Uniarch
2011-09-05 07:59:58 +00:00
jasper
53cad9b951 import msp430mcu-20110613, ok aja@
msp430mcu provides C headers and binutils linker scripts for each of the
over 300 microcontrollers in the MSP430 family.

This is part of the 'uniarch' effort to 'rejoin' mspgcc4 and mspgcc, and
lowering the workload for adding new chips by taking it mostly out of binutils/
gcc and putting it all in one single package. For more information please
refer to http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=Devel:Uniarch for a full list of changes/rationale behind this.

The rest of the msp430 toolchain will soon be updated to the uniarch versions.
2011-09-02 07:06:21 +00:00
jasper
680212d1c9 don't compile with werror, will need a second look to fix the actual issues 2011-07-11 19:15:03 +00:00
jasper
37d362b0dd - update msp430-libc to 20110213
please note that this includes the standard ti headers, so you may need
to fix your includes when updating. but all the ti-provided code will now work
with msp430-gcc
2011-05-09 09:02:12 +00:00
jasper
756ad5089f - update msp430-gdb to 7.2 2011-05-09 08:59:39 +00:00
jasper
e61b3f3498 - update msp430-gcc to 4.4.5 2011-05-09 08:59:19 +00:00
jasper
30c820c0d2 - update msp430-binutils to 2.21 including support for many new chips
- add a fix against crashing gas on openbsd
2011-05-09 08:58:55 +00:00
jasper
bb7ba11fb2 use versioned config tarballs 2011-04-27 17:30:18 +00:00
jasper
9d8cfb59c4 use ${VERSION} in PLIST instead of hardcoding it 2011-04-27 16:29:33 +00:00