diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-08-05 21:28:20 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-08-05 21:28:20 +0100 |
commit | 668151c880f5662e59288a0884d8d3505c0ce7d7 (patch) | |
tree | fa20b117613c448c7e0c33f078c5c17a11fb7ede /distrib | |
parent | 1235c2742ee991d15e1db4e2b2ed8587951221ea (diff) | |
download | haskell-668151c880f5662e59288a0884d8d3505c0ce7d7.tar.gz |
More more ld-related settings into the settings file
Related to #4862
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index 8cb57c4509..d1ef5d592c 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -72,6 +72,9 @@ AC_PROG_CPP FP_PROG_LD_HashSize31 FP_PROG_LD_ReduceMemoryOverheads +FP_PROG_LD_IS_GNU +FP_PROG_LD_BUILD_ID +FP_PROG_LD_NO_COMPACT_UNWIND # dnl ** Check gcc version and flags we need to pass it ** |