This commit is contained in:
Your Name 2024-05-31 18:07:40 +03:00
parent 00cc9d8cc2
commit 52cff7c957
9 changed files with 9 additions and 7 deletions

0
stages/0-download-src.sh Executable file → Normal file
View file

0
stages/1-libc.sh Executable file → Normal file
View file

0
stages/2-cross-compiler.sh Executable file → Normal file
View file

0
stages/3-micro-utils.sh Executable file → Normal file
View file

2
stages/4-host-compiler.sh Executable file → Normal file
View file

@ -3,7 +3,7 @@ echo "* Build host compiler" >&2
cd tcc
./configure --extra-cflags="-Os -s" --prefix=$RTFS/ --elfinterp=/lib/libc.so --config-musl --config-bcheck=no --enable-static --cc=$RTFS/bin/tcc
./configure --extra-cflags="-Os -s" --prefix=$RTFS/ --elfinterp=/lib/libc.so --config-musl --config-bcheck=no --enable-static --cc=$RTFS/bin/tcc --crtprefix=/lib --libpaths=/lib:/lib/tcc --sysincludepaths=/include
make -j $(nproc)
make install

0
stages/99-cleanup.sh Executable file → Normal file
View file