summaryrefslogtreecommitdiff
path: root/gnu/packages/c.scm
Commit message (Collapse)AuthorAge
* gnu: pcc: Remove aarch64-linux from %supported-systems.Efraim Flashner2017-03-25
| | | | * gnu/packages/c.scm (pcc)[supported-systems]: New field.
* gnu: tcc: Remove aarch64-linux from %supported-systems.Efraim Flashner2017-03-25
| | | | | * gnu/packages/c.scm (tcc)[supported-systems]: Remove aarch64-linux from the %supported-systems.
* gnu: Add pcc.Ricardo Wurmus2017-01-10
| | | | * gnu/packages/c.scm (pcc): New variable.
* gnu: tcc: Disable build on MIPS.Ricardo Wurmus2016-09-26
| | | | | * gnu/packages/c.scm (tcc)[supported-systems]: Disable build on mips64el.
* gnu: tcc: Use "kernel-headers" instead of "linux-headers" to designate input.Andreas Enge2016-07-31
| | | | | | | * gnu/packages/c.scm (tcc)[arguments]: Use "kernel-headers" as identifier for an input. This is a follow-up to commit 55de892b435657f82a25c6499174d09b4a680f15.
* gnu: Add tcc-wrapper.Ludovic Courtès2016-04-16
| | | | * gnu/packages/c.scm (tcc-wrapper): New variable.
* gnu: Add tcc.Ludovic Courtès2016-04-16
* gnu/packages/c.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.