1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 15:10:37 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
Ludovic Courtès
350f50cbd3 gnu: tcc-wrapper: Use Guile 2.2.
* gnu/packages/c.scm (tcc-wrapper)[inputs]: Switch to GUILE-2.2.
2018-04-30 23:41:21 +02:00
Tobias Geerinckx-Rice
5d0bd1fbbf gnu: tcc: Update to 0.9.27.
* gnu/packages/c.scm (tcc): Update to 0.9.27.
[license]: Add a comment about attempted Expat re-licencing.
2018-01-19 13:19:33 +01:00
Efraim Flashner
6a052473aa gnu: pcc: Remove aarch64-linux from %supported-systems.
* gnu/packages/c.scm (pcc)[supported-systems]: New field.
2017-03-25 21:30:25 +03:00
Efraim Flashner
97b7201f99 gnu: tcc: Remove aarch64-linux from %supported-systems.
* gnu/packages/c.scm (tcc)[supported-systems]: Remove aarch64-linux from
the %supported-systems.
2017-03-25 21:24:18 +03:00
Ricardo Wurmus
f03168327f gnu: Add pcc.
* gnu/packages/c.scm (pcc): New variable.
2017-01-10 11:30:42 +01:00
Ricardo Wurmus
57a31efb4b gnu: tcc: Disable build on MIPS.
* gnu/packages/c.scm (tcc)[supported-systems]: Disable build on
mips64el.
2016-09-26 03:01:06 +02:00
Andreas Enge
ce430bd637 gnu: tcc: Use "kernel-headers" instead of "linux-headers" to designate input.
* gnu/packages/c.scm (tcc)[arguments]: Use "kernel-headers" as identifier
for an input.

This is a follow-up to commit 55de892b43.
2016-07-31 16:50:12 +02:00
Ludovic Courtès
9f088725c0 gnu: Add tcc-wrapper.
* gnu/packages/c.scm (tcc-wrapper): New variable.
2016-04-16 00:52:19 +02:00
Ludovic Courtès
a5e2c9a9c5 gnu: Add tcc.
* gnu/packages/c.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2016-04-16 00:52:19 +02:00