summaryrefslogtreecommitdiff
path: root/gnu/packages/c.scm
AgeCommit message (Collapse)Author
2018-04-30gnu: tcc-wrapper: Use Guile 2.2.Ludovic Courtès
* gnu/packages/c.scm (tcc-wrapper)[inputs]: Switch to GUILE-2.2.
2018-01-19gnu: tcc: Update to 0.9.27.Tobias Geerinckx-Rice
* gnu/packages/c.scm (tcc): Update to 0.9.27. [license]: Add a comment about attempted Expat re-licencing.
2017-03-25gnu: pcc: Remove aarch64-linux from %supported-systems.Efraim Flashner
* gnu/packages/c.scm (pcc)[supported-systems]: New field.
2017-03-25gnu: tcc: Remove aarch64-linux from %supported-systems.Efraim Flashner
* gnu/packages/c.scm (tcc)[supported-systems]: Remove aarch64-linux from the %supported-systems.
2017-01-10gnu: Add pcc.Ricardo Wurmus
* gnu/packages/c.scm (pcc): New variable.
2016-09-26gnu: tcc: Disable build on MIPS.Ricardo Wurmus
* gnu/packages/c.scm (tcc)[supported-systems]: Disable build on mips64el.
2016-07-31gnu: tcc: Use "kernel-headers" instead of "linux-headers" to designate input.Andreas Enge
* gnu/packages/c.scm (tcc)[arguments]: Use "kernel-headers" as identifier for an input. This is a follow-up to commit 55de892b435657f82a25c6499174d09b4a680f15.
2016-04-16gnu: Add tcc-wrapper.Ludovic Courtès
* gnu/packages/c.scm (tcc-wrapper): New variable.
2016-04-16gnu: Add tcc.Ludovic Courtès
* gnu/packages/c.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.