Skip to content

Commit 5f21047

Browse files
committed
build with TCC_COMMIT=2be0218be4461f9e453cbdcb98f81f41a5ae8bed TCC_FOLDER=thirdparty/tcc CC=cc bash thirdparty/build_scripts/thirdparty-freebsd-amd64_tcc.sh
1 parent 1289f0a commit 5f21047

7 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ gmake install
7373

7474
popd
7575

76-
rsync -a --delete tinycc/$TCC_FOLDER/ $TCC_FOLDER/
76+
rsync -a --delete --exclude='/.github/' tinycc/$TCC_FOLDER/ $TCC_FOLDER/
7777
rsync -a thirdparty/tcc.original/.git/ $TCC_FOLDER/.git/
7878
rsync -a thirdparty/tcc.original/lib/libgc* $TCC_FOLDER/lib/
7979
rsync -a thirdparty/tcc.original/lib/build* $TCC_FOLDER/lib/

build_on_date.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Wed Jul 29 03:47:18 UTC 2026
1+
Sat Aug 1 21:27:14 UTC 2026

build_source_hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
85ba3ae8f1e22044255d54c28be04e5fc3e88ae0
1+
2be0218be4461f9e453cbdcb98f81f41a5ae8bed

build_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tcc version 0.9.28rc 2026-07-24 HEAD@85ba3ae8 (x86_64 FreeBSD)
1+
tcc version 0.9.28rc 2026-07-30 HEAD@2be0218b (x86_64 FreeBSD)

lib/libtcc.a

9.84 KB
Binary file not shown.

share/man/man1/tcc.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
.\" ========================================================================
5959
.\"
6060
.IX Title "TCC-DOC 1"
61-
.TH TCC-DOC 1 2026-07-29 0.9.28rc "Tiny C Compiler"
61+
.TH TCC-DOC 1 2026-08-01 0.9.28rc "Tiny C Compiler"
6262
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
6363
.\" way too many mistakes in technical documents.
6464
.if n .ad l

tcc.exe

7.45 KB
Binary file not shown.

0 commit comments

Comments
 (0)