Tools: add ccache setup to arch setup script

This commit is contained in:
squilter 2015-08-11 20:15:48 -07:00 committed by Randy Mackay
parent a112e08e42
commit 79efad339f
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@ sudo pip2 -q install $PYTHON2_PKGS
sudo pip3 -q install $PYTHON3_PKGS
yaourt -S --noconfirm $ARCH_AUR_PKGS
(
cd /usr/lib/ccache
sudo ln -s /usr/bin/ccache arm-none-eabi-g++
sudo ln -s /usr/bin/ccache arm-none-eabi-gcc
)
if [ ! -d $OPT/$ARM_ROOT ]; then
(
cd $OPT;