Remove STANDARD_COMPILERS & references to it

This commit is contained in:
Grant Guthrie
2019-11-27 15:38:11 -05:00
parent b89ec5533b
commit 178a4e55c2
2 changed files with 0 additions and 62 deletions
-6
View File
@@ -4,10 +4,6 @@
Homebrew supports and recommends the latest Xcode and/or Command Line
Tools available for your platform (see `OS::Mac::Xcode.latest_version` and `OS::Mac::CLT.latest_version` in [`Library/Homebrew/os/mac/xcode.rb`](https://github.com/Homebrew/brew/blob/master/Library/Homebrew/os/mac/xcode.rb)).
## Xcode compiler versions
See `OS::Mac::STANDARD_COMPILERS` in [`Library/Homebrew/os/mac.rb`](https://github.com/Homebrew/brew/blob/master/Library/Homebrew/os/mac.rb).
## Updating for new Xcode releases
When a new Xcode release is made, the following things need to be
updated:
@@ -16,5 +12,3 @@ updated:
* `OS::Mac::Xcode.latest_version`
* `OS::Mac::CLT.latest_version`
* `OS::Mac::Xcode.detect_version_from_clang_version`
* In [`Library/Homebrew/os/mac.rb`](https://github.com/Homebrew/brew/blob/master/Library/Homebrew/os/mac.rb)
* `OS::Mac::STANDARD_COMPILERS`