Really install mips gcc

This commit is contained in:
Alex Crichton 2015-09-14 12:58:03 -07:00
parent ac5ba005b4
commit 86c7c4398d

View File

@ -33,7 +33,7 @@ elif [ "$TARGET" = "mips-unknown-linux-gnu" ]; then
sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install emdebian-archive-keyring
sudo apt-get install qemu-user gcc-4.4-mips-linux-gnu
sudo apt-get install qemu-user gcc-4.4-mips-linux-gnu -y --force-yes
export CC=mips-linux-gnu-gcc
else
# Download and install the relevant target locally, then run tests