tcc: modernize; only for x86.
This commit is contained in:
parent
d47d31ce52
commit
ed1169adc6
1 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
|||
# Template file for 'tcc'
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
pkgname=tcc
|
||||
version=0.9.26
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="perl"
|
||||
hostmakedepends="perl"
|
||||
short_desc="The Tiny C Compiler"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://bellard.org/tcc/"
|
||||
|
|
Loading…
Reference in a new issue