3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

8 commits

Author SHA1 Message Date
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
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
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