Unlink GCC like before.

This commit is contained in:
Jeremy Soller 2016-11-05 09:02:35 -06:00 committed by GitHub
parent 0aaac7761a
commit 5d00caa22d

View file

@ -10,6 +10,7 @@ before_install:
- if [ `uname` = "Darwin" ]; then - if [ `uname` = "Darwin" ]; then
brew tap sevki/homebrew-gcc_cross_compilers; brew tap sevki/homebrew-gcc_cross_compilers;
brew update; brew update;
brew unlink gcc;
brew install sevki/gcc_cross_compilers/x86_64-elf-binutils sevki/gcc_cross_compilers/x86_64-elf-gcc nasm; brew install sevki/gcc_cross_compilers/x86_64-elf-binutils sevki/gcc_cross_compilers/x86_64-elf-gcc nasm;
fi fi
- if [ `uname` = "Linux" ]; then - if [ `uname` = "Linux" ]; then