gcc: add gcc@6 alias. (#8945)

This is useful now https://github.com/Homebrew/brew/pull/1847 is merged
in order to allow people to not upgrade to gcc 7 when it comes along if
they `brew install gcc@6`.
master
Mike McQuaid 2017-01-17 10:11:04 +00:00 committed by GitHub
parent 598957b037
commit 7b3831530a
2 changed files with 2 additions and 0 deletions

1
Aliases/gcc@6 Symbolic link
View File

@ -0,0 +1 @@
../Formula/gcc.rb

View File

@ -27,6 +27,7 @@
"gcc49": "gcc@4.9", "gcc49": "gcc@4.9",
"gcc5": "gcc@5", "gcc5": "gcc@5",
"gcc6": "gcc", "gcc6": "gcc",
"gcc@6": "gcc",
"geode": "apache-geode", "geode": "apache-geode",
"glfw3": "glfw", "glfw3": "glfw",
"gmp4": "gmp@4", "gmp4": "gmp@4",