diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-18 22:48:43 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-18 23:42:53 +0000 |
commit | c53ea7c7467a149ff753b907535025634c62dda4 (patch) | |
tree | b0b6779a9c477322310d68dc327095c47921f0aa /configure.ac | |
parent | 01efdd6c4b066fbfdf17c6d2b1cad0fd651d334a (diff) | |
download | haskell-c53ea7c7467a149ff753b907535025634c62dda4.tar.gz |
Add support for OSX ld's -filelist flag
Without it, when linking the split objects for Language.Haskell.TH.Syntax,
the commandline was too long when listing all the files directly.
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 535a619d7d..f2c85bc2f8 100644 --- a/configure.ac +++ b/configure.ac @@ -557,6 +557,7 @@ FP_PROG_LD_ReduceMemoryOverheads FP_PROG_LD_IS_GNU FP_PROG_LD_BUILD_ID FP_PROG_LD_NO_COMPACT_UNWIND +FP_PROG_LD_FILELIST FPTOOLS_SET_C_LD_FLAGS([target],[CFLAGS],[LDFLAGS],[IGNORE_LINKER_LD_FLAGS],[CPPFLAGS]) |