Package a version of tcc that pulls a git snapshot instead of a repo.

This commit is contained in:
Mid Favila 2022-08-23 19:14:59 -04:00
parent e10c09cb3b
commit 74acce7243
5 changed files with 16 additions and 0 deletions

View File

@ -4,3 +4,4 @@
-binutils is an issue
-so is eudev
-flex
-attempt to replace gcc with tcc?

View File

@ -0,0 +1,12 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--cc="${CC:-cc}" \
--config-musl \
--enable-static
sed -i 's/-DC2STR/${CFLAGS} ${LDFLAGS} -DC2STR/g' Makefile
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
039501e7e449c492e027beffb16c22ca4b5ed4f76628967f47f17d7bb94f6c5a

View File

@ -0,0 +1 @@
https://repo.or.cz/tinycc.git/snapshot/2acf65f7e60391c3b4c42fce05e58b05a3511a39.tar.gz

View File

@ -0,0 +1 @@
snapshot-2acf65f7e60391c3b4c42fce05e58b05a3511a39 1