1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

Merge pull request #1742 from BytesGalore/revert_workaround_for_gcc_arm_none

Travis: reverted forcing travis to install `gcc-arm-none-eabi=4-*`
This commit is contained in:
Hinnerk van Bruinehsen 2014-09-30 23:06:57 +02:00
commit 7b0b08461a

View File

@ -23,7 +23,7 @@ install:
sudo apt-get install \
build-essential \
gcc-multilib \
gcc-arm-none-eabi=4-* \
gcc-arm-none-eabi \
gcc-msp430 \
pcregrep \
libpcre3 \