Allow instance heads to use infix syntax
[ghc-hetmet.git] / mk / config.mk.in
index b436235..01bbc75 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
@@ -601,8 +598,12 @@ PIC                        = pic
 PREPROCESSCMD          = $(CC) -E
 RANLIB                 = @RANLIB@
 SED                    = @SedCmd@
+TR                     = tr
 SHELL                  = /bin/sh
 
+HaveDtrace             = @HaveDtrace@
+DTRACE                 = @DtraceCmd@
+
 LD = @LdCmd@
 NM = @NmCmd@