Fix linking to expf on Windows
authorIan Lynagh <igloo@earth.li>
Sun, 10 Sep 2006 14:15:06 +0000 (14:15 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 10 Sep 2006 14:15:06 +0000 (14:15 +0000)
compiler/nativeGen/MachCodeGen.hs

index 18cb086..1e88867 100644 (file)
@@ -3082,7 +3082,7 @@ outOfLineFloatOp mop res args vols
           code2 <- stmtToInstrs (CmmAssign res (CmmReg tmp))
           return (code1 `appOL` code2)
   where
-       lbl = mkForeignLabel fn Nothing True
+       lbl = mkForeignLabel fn Nothing False
 
        fn = case mop of
              MO_F32_Sqrt  -> FSLIT("sqrtf")