summaryrefslogtreecommitdiffstats
path: root/tools/sdcc
Commit message (Collapse)AuthorAgeFilesLines
* tools: sdcc: fix order of linking with libmJonas Gorski2012-04-141-0/+92
| | | | | | Fixes a build failure caught by buildbot. SVN-Revision: 31284
* sdcc: compiling SDCCicode.c with -O2 sends gcc 4.6.x into an infinite loop, ↵Jo-Philipp Wich2012-04-101-0/+20
| | | | | | workaround it See references: http://sourceforge.net/tracker/?func=detail&aid=3285611&group_id=599&atid=300599 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52653 SVN-Revision: 31236
* sdcc: sdcc needs sdcpp to bootstrap itself, so enable itJo-Philipp Wich2012-04-091-1/+1
| | | | SVN-Revision: 31229
* add an sdcc host build which is enabled if firmwarehotplug is selectedJo-Philipp Wich2012-04-091-0/+42
SVN-Revision: 31226