mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +01:00
Rebuild tcc against new musl.
This commit is contained in:
parent
f3cea25b87
commit
7a4ca8e634
5 changed files with 61 additions and 4 deletions
|
|
@ -37,8 +37,8 @@ src_compile() {
|
|||
tcc.c
|
||||
|
||||
# libtcc1.a
|
||||
${TCC} -c -D HAVE_CONFIG_H=1 lib/libtcc1.c
|
||||
${TCC} -ar cr libtcc1.a libtcc1.o
|
||||
tcc-musl -c -D HAVE_CONFIG_H=1 lib/libtcc1.c
|
||||
tcc-musl -ar cr libtcc1.a libtcc1.o
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue