diff options
author | Gabor Pali <pali.gabor@gmail.com> | 2014-01-17 20:24:00 +0100 |
---|---|---|
committer | Gabor Pali <pali.gabor@gmail.com> | 2014-01-17 20:24:00 +0100 |
commit | bcc5c953f80c53732172345639f30974b9862043 (patch) | |
tree | b6898da04f8c05d70671040b78df84fb08654ea6 /mk | |
parent | c3b8b3ab27f092c83e08915e3de0bde29321cd31 (diff) | |
download | haskell-bcc5c953f80c53732172345639f30974b9862043.tar.gz |
Re-enable DYNAMIC_GHC_PROGRAMS for FreeBSD.
All actively supported releases (8.4-RELEASE, 9.2-RELEASE and the
upcoming 10.0-RELEASE) now support resolution of $ORIGIN properly.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 350ea697c7..b3d6995216 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -138,10 +138,6 @@ ifeq "$(TargetOS_CPP)" "mingw32" # This doesn't work on Windows yet DYNAMIC_GHC_PROGRAMS = NO DYNAMIC_TOO=NO -else ifeq "$(TargetOS_CPP)" "freebsd" -# FreeBSD cannot do proper resolution for $ORIGIN (due to a bug in -# rtld(1)), so disable it by default (see #7819). -DYNAMIC_GHC_PROGRAMS = NO else ifeq "$(PlatformSupportsSharedLibs)" "NO" DYNAMIC_GHC_PROGRAMS = NO else |