Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gnu: tcc: Disable build on MIPS. | Ricardo Wurmus | 2016-09-26 | 1 | -0/+3 |
| | | | | | * gnu/packages/c.scm (tcc)[supported-systems]: Disable build on mips64el. | ||||
* | gnu: tcc: Use "kernel-headers" instead of "linux-headers" to designate input. | Andreas Enge | 2016-07-31 | 1 | -1/+1 |
| | | | | | | | * 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ès | 2016-04-16 | 1 | -1/+63 |
| | | | | * gnu/packages/c.scm (tcc-wrapper): New variable. | ||||
* | gnu: Add tcc. | Ludovic Courtès | 2016-04-16 | 1 | -0/+65 |
* gnu/packages/c.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. |