summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
Diffstat (limited to 'distrib')
-rw-r--r--distrib/configure.ac.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in
index dfc06e5a43..a1abed4b03 100644
--- a/distrib/configure.ac.in
+++ b/distrib/configure.ac.in
@@ -168,6 +168,10 @@ dnl May need to use gcc to find platform details.
dnl --------------------------------------------------------------
FPTOOLS_SET_HASKELL_PLATFORM_VARS
+dnl ** See whether cc supports --target=<triple> and set
+dnl CONF_CC_OPTS_STAGE[12] accordingly.
+FP_CC_SUPPORTS_TARGET
+
dnl TargetWordSize for settings file
AC_CHECK_SIZEOF(void *, 4)
if test "x$ac_cv_sizeof_void_p" = "x0"; then