fix up libm detection and use (#3724)
[ghc-hetmet.git] / mk / config.mk.in
index b436235..f2d0776 100644 (file)
@@ -302,9 +302,6 @@ SupportsSplitObjs=$(strip $(if $(filter YES,$(ArchSupportsSplitObjs)),\
 # By default, enable SplitObjs for the libraries if this build supports it
 SplitObjs=$(SupportsSplitObjs)
 
-# Math library
-LIBM=@LIBM@
-
 # .NET interop support?
 #
 DotnetSupport=NO
@@ -603,6 +600,9 @@ RANLIB                      = @RANLIB@
 SED                    = @SedCmd@
 SHELL                  = /bin/sh
 
+HaveDtrace             = @HaveDtrace@
+DTRACE                 = @DtraceCmd@
+
 LD = @LdCmd@
 NM = @NmCmd@