1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-09 12:03:49 -05:00

enable require_gcc to confirm if there is $CC

This commit is contained in:
Yamashita Yuu
2013-06-12 16:11:07 +09:00
parent 5f1761645f
commit 27dd805acb
52 changed files with 51 additions and 6 deletions

View File

@@ -631,12 +631,6 @@ require_gcc() {
echo "find a suitable \`gcc\` executable on your system. Please install GCC"
echo "and try again."
echo
if [ "$(uname -s)" = "Darwin" ]; then
echo "${esc}[1mDETAILS${esc}[0m: Apple no longer includes the official GCC compiler with Xcode"
echo "as of version 4.2. Instead, the \`gcc\` executable is a symlink to"
echo "\`llvm-gcc\`, a modified version of GCC which outputs LLVM bytecode."
fi
} >&3
return 1
fi