Use redox-os brew

This commit is contained in:
Jeremy Soller 2017-01-04 13:25:56 -07:00
parent 11dfb73c53
commit 437bc32800
2 changed files with 2 additions and 4 deletions

View file

@ -21,9 +21,7 @@ before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew update &&
brew install nasm pkg-config Caskroom/cask/osxfuse &&
brew tap glendc/gcc_cross_compilers &&
brew install glendc/gcc_cross_compilers/x64-elf-binutils &&
travis_wait brew install glendc/gcc_cross_compilers/x64-elf-gcc;
travis_wait 30 brew install redox-os/gcc_cross_compilers/x86_64-elf-gcc;
fi
script:
- make clean &&

View file

@ -129,7 +129,7 @@ osx_homebrew()
install_brew_pkg "pkg-config"
install_brew_cask_pkg "osxfuse"
install_brew_pkg "djphoenix/gcc_cross_compilers/x86_64-elf-gcc"
install_brew_pkg "redox-os/gcc_cross_compilers/x86_64-elf-gcc"
}
###############################################################################