aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sdcc
Commit message (Collapse)AuthorAgeFilesLines
* use HOST_STATIC_LINKING instead of hardcoding -staticJo-Philipp Wich2012-08-121-1/+1
| | | | SVN-Revision: 33140
* sdcc: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | SVN-Revision: 33104
* sdcc: enable packihx, required by firmwarehotplugJo-Philipp Wich2012-06-261-1/+1
| | | | SVN-Revision: 32500
* 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