diff options
author | Thorkil Naur <naur@post11.tele.dk> | 2011-10-19 00:20:53 +0200 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-10-19 22:38:08 +0100 |
commit | 6067f9563d1221b4afec5b52f41e48d4a31e69c2 (patch) | |
tree | e2b98acc0949a8d66a3fe66a5b496cfb1960ff7f /configure.ac | |
parent | bc876206b80f060ad1bbbaa681d1171d1980cdfc (diff) | |
download | haskell-6067f9563d1221b4afec5b52f41e48d4a31e69c2.tar.gz |
FIX BUILD on OS X 10.5: Check whether ld understands -no_compact_unwind
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 5f6208392c..aec9c8857a 100644 --- a/configure.ac +++ b/configure.ac @@ -702,6 +702,7 @@ dnl ** check for ld, whether it has an -x option, and if it is GNU ld FP_PROG_LD_X FP_PROG_LD_IS_GNU FP_PROG_LD_BUILD_ID +FP_PROG_LD_NO_COMPACT_UNWIND FP_VISIBILITY_HIDDEN |