Update to the latest tcc snapshot dated 20210221.

Now includes stdatomic support.
This commit is contained in:
bcallah 2021-03-11 23:07:32 +00:00
parent 622cc49049
commit e3030e4632
3 changed files with 8 additions and 7 deletions

View File

@ -1,21 +1,22 @@
# $OpenBSD: Makefile,v 1.2 2021/01/24 16:03:41 bcallah Exp $
# $OpenBSD: Makefile,v 1.3 2021/03/11 23:07:32 bcallah Exp $
# Also has a riscv target
ONLY_FOR_ARCHS = amd64 arm64 armv7 i386
COMMENT = tiny C compiler
DISTNAME = tcc-0.9.27.20210124
DISTNAME = tcc-0.9.27.20210221
CATEGORIES = lang
# 0.9.27 release pre-dates OpenBSD support; use GH_COMMIT
GH_ACCOUNT = TinyCC
GH_PROJECT = tinycc
GH_COMMIT = 5043268cb187b668fff575baa50a8c48a282eb46
GH_COMMIT = d0d0c8b688366ca9dccddcfbacb5e33c8b1790bb
HOMEPAGE = https://bellard.org/tcc/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# LGPLv2.1+
# stdatomic.h: Apache 2.0 with LLVM exceptions
PERMIT_PACKAGE = Yes
WANTLIB += c m pthread

View File

@ -1,2 +1,2 @@
SHA256 (tcc-0.9.27.20210124-5043268c.tar.gz) = iTJ1SNhJEJVFwa2AH/2QTiNFqNGEzKNHcrsAWKlD0rE=
SIZE (tcc-0.9.27.20210124-5043268c.tar.gz) = 877913
SHA256 (tcc-0.9.27.20210221-d0d0c8b6.tar.gz) = 3gnKVKsOvrkSdbSTyB5478363Iwpoe/8FsNJaLNdMEU=
SIZE (tcc-0.9.27.20210221-d0d0c8b6.tar.gz) = 885940

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2021/01/24 16:03:41 bcallah Exp $
@comment $OpenBSD: PLIST,v 1.3 2021/03/11 23:07:32 bcallah Exp $
@bin bin/tcc
include/libtcc.h
@info info/tcc-doc.info
@ -11,6 +11,7 @@ lib/tcc/include/
lib/tcc/include/float.h
lib/tcc/include/stdalign.h
lib/tcc/include/stdarg.h
lib/tcc/include/stdatomic.h
lib/tcc/include/stdbool.h
lib/tcc/include/stddef.h
lib/tcc/include/stdnoreturn.h
@ -19,7 +20,6 @@ lib/tcc/include/tcclib.h
lib/tcc/include/tgmath.h
lib/tcc/include/varargs.h
@static-lib lib/tcc/libtcc1.a
lib/tcc/tcov.o
@man man/man1/tcc.1
share/doc/tcc/
share/doc/tcc/tcc-doc.html