This commit is contained in:
parent
e4b57ece50
commit
dd2546dd17
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ musl-final: tcc
|
|||
$(MAKE) -C musl-final
|
||||
tcc-final: tcc musl-final
|
||||
cd tcc-final && ../$(TCCDIR)/tcc -Wall -g -static -nostdinc -nostdlib -B ../tcc-bootstrap -I ../musl-final/include tcc.c ../musl-final/lib/*.[oa] -o tcc
|
||||
testapp: tcc musl-final
|
||||
testapp: tcc-final musl-final
|
||||
./tcc-final/tcc -Wall -g -static -nostdinc -nostdlib -I ./tcc-final/include -I ./musl-final/include test.c ./musl-final/lib/*.[oa] -o test
|
||||
|
||||
$(TCC)2: $(TCC)1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue