summaryrefslogtreecommitdiff
path: root/gnu/packages/sdcc.scm
AgeCommit message (Collapse)Author
2020-11-10gnu: sdcc: Remove non-free code.Simon South
* gnu/packages/sdcc.scm (sdcc)[source]: Add snippet to remove bundled non-free source code. Add patch to disable use of non-free code in build scripts and compiler and update documentation to match. * gnu/packages/patches/sdcc-disable-non-free-code.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Marius Bakke <marius@gnu.org>
2018-03-01gnu: sdcc: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/sdcc.scm (sdcc)[description]: Fix (upstream) typo. Add hyphens.
2018-03-01gnu: sdcc: Update to 3.7.0.Tobias Geerinckx-Rice
* gnu/packages/sdcc.scm (sdcc): Update to 3.7.0.
2016-10-30gnu: sdcc: Enable ucsim.David Craven
* gnu/packages/sdcc.scm (arguments)[configure-flags]: Add --enable-ucsim.
2016-09-28gnu: Add sdcc.David Craven
* gnu/packages/sdcc.scm (sdcc): New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.