summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2022-10-28 09:20:16 +0200
committerSylvain Henry <sylvain@haskus.fr>2022-11-07 12:00:41 +0100
commit202b3876eaa5de3547d30005334e03c4aa0159e3 (patch)
treeaa83bb270c27e7c7ea40f9f2bd3bda62adb794f2
parentd9302c9cc4b8ad55f0994ed0138c46db8f6121a8 (diff)
downloadhaskell-202b3876eaa5de3547d30005334e03c4aa0159e3.tar.gz
Remove added configure comment
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 053ac44694..6b87343438 100644
--- a/configure.ac
+++ b/configure.ac
@@ -349,9 +349,6 @@ FP_FIND_ROOT
if test "$HostOS" = "mingw32" -a "$EnableDistroToolchain" = "NO"; then
FP_SETUP_WINDOWS_TOOLCHAIN
else
- # Ideally should use AC_CHECK_TARGET_TOOL but our triples
- # are screwed up. Configure doesn't think they're ever equal and
- # so never tried without the prefix.
AC_PATH_TOOL([CC],[gcc], [clang])
AC_PATH_TOOL([CXX],[g++], [clang++])
AC_PATH_TOOL([NM],[nm])