tcc: modernize; only for x86.

This commit is contained in:
Juan RP 2014-06-05 09:34:57 +02:00
parent d47d31ce52
commit ed1169adc6
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
# Template file for 'tcc' # Template file for 'tcc'
only_for_archs="i686 x86_64"
pkgname=tcc pkgname=tcc
version=0.9.26 version=0.9.26
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
makedepends="perl" hostmakedepends="perl"
short_desc="The Tiny C Compiler" short_desc="The Tiny C Compiler"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://bellard.org/tcc/" homepage="http://bellard.org/tcc/"