Skip to content
Snippets Groups Projects
Commit 86c7c439 authored by Alex Crichton's avatar Alex Crichton
Browse files

Really install mips gcc

parent ac5ba005
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment