diff options
author | Ian Lynagh <igloo@earth.li> | 2010-11-27 17:30:00 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-11-27 17:30:00 +0000 |
commit | 9142c238bd014c45e30fc79eee69fa6ab3f469d8 (patch) | |
tree | b67c39856302f48740f06894284ad064ddcffadb /rules/build-package-data.mk | |
parent | 71d0e9a03797a194209cb61b7f75c2e1c8ddf237 (diff) | |
download | haskell-9142c238bd014c45e30fc79eee69fa6ab3f469d8.tar.gz |
Always enable the archive-loading code
If the GHCi .o lib doesn't exist, load the .a instead
Diffstat (limited to 'rules/build-package-data.mk')
-rw-r--r-- | rules/build-package-data.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/build-package-data.mk b/rules/build-package-data.mk index 2ed47e1499..9b8474a248 100644 --- a/rules/build-package-data.mk +++ b/rules/build-package-data.mk @@ -25,7 +25,7 @@ ifeq "$$(filter dyn,$$(GhcLibWays))" "dyn" $1_$2_CONFIGURE_OPTS += --enable-shared endif -ifeq "$$(GhcWithInterpreter) $$(UseArchivesForGhci)" "YES NO" +ifeq "$$(GhcWithInterpreter)" "YES" $1_$2_CONFIGURE_OPTS += --enable-library-for-ghci else $1_$2_CONFIGURE_OPTS += --disable-library-for-ghci |