diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-05-03 09:36:14 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-05-03 09:36:14 +0000 |
commit | 862106eb2518f437b9f10dc9367e99454ebd8072 (patch) | |
tree | 9d1cad70b3aba8f1ae8f30f5daaf7dff7c0bf236 /configure.ac | |
parent | 70dd3e6b74d368f2df585c18d86426373e7e89e5 (diff) | |
download | haskell-862106eb2518f437b9f10dc9367e99454ebd8072.tar.gz |
only pass -fno-unit-at-a-time to gcc if it is supported
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a35ad817e5..29ed29f286 100644 --- a/configure.ac +++ b/configure.ac @@ -844,6 +844,7 @@ dnl FP_HAVE_GCC FP_MINGW_GCC FP_GCC_NEEDS_NO_OMIT_LFPTR +FP_GCC_HAS_NO_UNIT_AT_A_TIME dnl ** figure out how to invoke cpp directly (gcc -E is no good) AC_PROG_CPP |