diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 825a0e2dc..6d1f687a7 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -184,6 +184,7 @@ def check_gcc_versions if gcc_42 == nil puts <<-EOS.undent We couldn't detect gcc 4.2.x. Some formulae require this compiler. + NOTE: Versions of XCode newer than 4.2 don't include gcc 4.2.x. EOS elsif gcc_42 < RECOMMENDED_GCC_42 |
