wok rev 15952
arm: remove tcc (unable to cook it)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Feb 23 15:40:01 2014 +0100 (2014-02-23) |
parents | 97a4bdecaed7 |
children | 9b32b6182692 |
files | tcc-common/receipt tcc/receipt |
line diff
1.1 --- a/tcc-common/receipt Sun Feb 23 14:41:15 2014 +0100 1.2 +++ b/tcc-common/receipt Sun Feb 23 15:40:01 2014 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="LGPL2.1" 1.5 WEB_SITE="http://bellard.org/tcc/" 1.6 WANTED="tcc" 1.7 -HOST_ARCH="i486 arm" 1.8 +#HOST_ARCH="i486 arm" 1.9 1.10 # Rules to gen a SliTaz package suitable for Tazpkg. 1.11 genpkg_rules()
2.1 --- a/tcc/receipt Sun Feb 23 14:41:15 2014 +0100 2.2 +++ b/tcc/receipt Sun Feb 23 15:40:01 2014 +0100 2.3 @@ -10,7 +10,7 @@ 2.4 WEB_SITE="http://bellard.org/tcc/" 2.5 WGET_URL="http://download.savannah.nongnu.org/releases/tinycc/$TARBALL" 2.6 TAGS="compiler C assembler" 2.7 -HOST_ARCH="i486 arm" 2.8 +#HOST_ARCH="i486 arm" 2.9 2.10 DEPENDS="tcc-common" 2.11 BUILD_DEPENDS="perl texinfo"