summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ToolChain.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ToolChain.cc b/ToolChain.cc
index 209e502..2f1ffaf 100644
--- a/ToolChain.cc
+++ b/ToolChain.cc
@@ -83,7 +83,7 @@ void discoverAdditionalToolChains(std::vector<SharedPtr<ToolChain> >& All)
}
}
#endif
-#if defined(HOST_IS_MACOSX)
+#if defined(HOST_IS_POSIX)
SharedPtr<ToolChain> Gcc4(ToolChain::createByType("gcc4"));
if (Gcc4.isNull())
{