diff options
author | Ian Lynagh <igloo@earth.li> | 2007-04-18 15:55:22 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-04-18 15:55:22 +0000 |
commit | 8fbf686cf52d763f185d85d99ae16bd66eba05b1 (patch) | |
tree | ab6e5ba93d333c506cc3c8fdd049ed60387f155e /mk | |
parent | b1160a12ea2f0b202ee3a50274f43222935e19cb (diff) | |
download | haskell-8fbf686cf52d763f185d85d99ae16bd66eba05b1.tar.gz |
Pass configure arguments to the library configure scripts
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index cda113a634..bc31ba292a 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -1230,3 +1230,11 @@ WAY_o_HC_OPTS= # GhcLibCppOpts += -DWORD_SIZE_IN_BITS=31 # SplitObjs=NO +################################################################################ +# +# Library configure arguments +# +################################################################################ + +CONFIGURE_ARGS = @CONFIGURE_ARGS@ + |