Package a version of tcc that pulls a git snapshot instead of a repo.
This commit is contained in:
parent
e10c09cb3b
commit
74acce7243
1
NR_NOTES
1
NR_NOTES
@ -4,3 +4,4 @@
|
||||
-binutils is an issue
|
||||
-so is eudev
|
||||
-flex
|
||||
-attempt to replace gcc with tcc?
|
||||
|
12
ports/unofficial/stable/tcc/build
Executable file
12
ports/unofficial/stable/tcc/build
Executable 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
|
1
ports/unofficial/stable/tcc/checksums
Normal file
1
ports/unofficial/stable/tcc/checksums
Normal file
@ -0,0 +1 @@
|
||||
039501e7e449c492e027beffb16c22ca4b5ed4f76628967f47f17d7bb94f6c5a
|
1
ports/unofficial/stable/tcc/sources
Normal file
1
ports/unofficial/stable/tcc/sources
Normal file
@ -0,0 +1 @@
|
||||
https://repo.or.cz/tinycc.git/snapshot/2acf65f7e60391c3b4c42fce05e58b05a3511a39.tar.gz
|
1
ports/unofficial/stable/tcc/version
Normal file
1
ports/unofficial/stable/tcc/version
Normal file
@ -0,0 +1 @@
|
||||
snapshot-2acf65f7e60391c3b4c42fce05e58b05a3511a39 1
|
Loading…
Reference in New Issue
Block a user