This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# this script installs GCC <4.9.3> | |
# to use it navigate to your home directory and type: | |
# sh install-gcc-4.9.3.sh | |
# set what you want it build with | |
export CC=gcc-4.8 | |
export CXX=g++-4.8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for vim on Mac OS X 10.11.4 | |
Build date: 2016-03-29 19:34:19 |