diff src/compiler.sml @ 1104:72670131dace

Basis.serialize; separate file for mhash; run transactional finishers in reverse order; set needs_sig properly
author Adam Chlipala <adamc@hcoop.net>
date Thu, 31 Dec 2009 11:41:57 -0500
parents 324c9ffe8ff9
children c9137606733a
line wrap: on
line diff
--- a/src/compiler.sml	Wed Dec 30 09:52:18 2009 -0500
+++ b/src/compiler.sml	Thu Dec 31 11:41:57 2009 -0500
@@ -1029,7 +1029,7 @@
 
         val lib = if Settings.getStaticLinking () then
                       clibFile "request.o" ^ " " ^ clibFile "queue.o" ^ " " ^ clibFile "urweb.o"
-                      ^ " " ^ clibFile "memmem.o" ^ " " ^ #linkStatic proto
+                      ^ " " ^ clibFile "memmem.o" ^ " " ^ clibFile "mhash.o" ^ " " ^ #linkStatic proto
                   else
                       "-L" ^ Config.libC ^ " -lurweb " ^ #linkDynamic proto