diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-29 15:31:54 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-29 15:31:54 +0000 |
| commit | 48889c0d446a0bf880912afcc1a85e6a90fa9bf3 (patch) | |
| tree | 22628eb8e4e8e817e3c65e53397d762d75fbdecd /tcc | |
| parent | ce530dcd1c813865a6383fe12cc7303bf69c4554 (diff) | |
| download | alicelinux-48889c0d446a0bf880912afcc1a85e6a90fa9bf3.tar.gz alicelinux-48889c0d446a0bf880912afcc1a85e6a90fa9bf3.zip | |
Woodpecker CI d09592d572a6c9d7e0631a04dba94d25970c61e3 [SKIP CI]
Diffstat (limited to 'tcc')
| -rw-r--r-- | tcc/.files | 4 | ||||
| -rw-r--r-- | tcc/abuild | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -4,6 +4,7 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/libtcc.h drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libtcc.a drwxr-xr-x root/root usr/lib/tcc/ drwxr-xr-x root/root usr/lib/tcc/include/ -rw-r--r-- root/root usr/lib/tcc/include/float.h @@ -12,7 +13,8 @@ drwxr-xr-x root/root usr/lib/tcc/include/ -rw-r--r-- root/root usr/lib/tcc/include/stddef.h -rw-r--r-- root/root usr/lib/tcc/include/tcclib.h -rw-r--r-- root/root usr/lib/tcc/include/varargs.h +-rw-r--r-- root/root usr/lib/tcc/libtcc1.a drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/tcc.1.gz
\ No newline at end of file +-rw-r--r-- root/root usr/share/man/man1/tcc.1.gz @@ -2,6 +2,7 @@ name=tcc version=0.9.27 release=1 source="https://download.savannah.gnu.org/releases/tinycc/${name}-${version}.tar.bz2" +keep_static=1 build() { ./configure --config-musl --prefix=/usr |