WIP: feat: support for x86_64-linux #1

Draft
isabelroses wants to merge 3 commits from feat/x86-64_linux into main
Showing only changes of commit 3ce7ab206b - Show all commits

View file

@ -53,9 +53,12 @@ in
rm tar.tar
cd tar-${cfg.version}
# Fix source permissions
chmod -R +r .
chmod +x ./configure
# Configure
export CC="tcc -B ${stage1.tinycc.mes.libs.package}/lib"
chmod +x ./configure
./configure \
--build=${platform.build} \
--host=${platform.host} \