iglunix-autobuild/dont_use_here/compile

37 lines
556 B
Plaintext
Raw Normal View History

2021-02-04 16:58:42 +00:00
#! /bin/sh
export PATH="/usr/lib/distcc/bin:$PATH"
export DISTCC_HOSTS="localhost 10.0.1.57/10"
export DISTCC_CMDLIST="/distccd_cmd_list"
2021-02-06 12:46:14 +00:00
git clone https://github.com/iglunix/iglunix.git
2021-02-04 16:58:42 +00:00
#---
#cd /
#git clone https://github.com/landley/toybox.git
#Can't build toybox
#Need ln -r for llvm :(
wget http://landley.net/toybox/bin/toybox-x86_64
chmod +x ./toybox-x86_64
mv toybox-x86_64 /bin/toybox
rm /bin/ln
/bin/toybox ln -s /bin/toybox /bin/ln
#---
2021-02-06 12:46:14 +00:00
cd iglunix/pkgs/llvm
../../iglupkg.sh
2021-02-04 16:58:42 +00:00
cd ../musl
2021-02-06 12:46:14 +00:00
../../iglupkg.sh
2021-02-04 16:58:42 +00:00
cd ../mksh
2021-02-06 12:46:14 +00:00
../../iglupkg.sh
2021-02-04 16:58:42 +00:00