diff options
-rw-r--r-- | mk/config.mk.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 5e274bb71f..5d1f94ac6e 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -193,8 +193,6 @@ GhcWithNativeCodeGen := $(strip\ $(if $(filter YESYESNO,\ $(OsSupportsNCG)$(ArchSupportsNCG)$(GhcUnregisterised)),YES,NO)) -HaveLibDL = @HaveLibDL@ - # ArchSupportsSMP should be set iff there is support for that arch in # includes/stg/SMP.h ifeq "$(TargetArch_CPP)" "arm" |