--- Makefile.orig	2009-03-24 20:17:20.000000000 +0100
+++ Makefile	2009-03-24 20:18:17.000000000 +0100
@@ -21,6 +21,8 @@
 OCAML_BACKEND := mingw
 endif
 
+OCAML_BACKEND := gcc
+
 OCAML_BACKEND ?= $(shell $(OCAMLC) -verbose foo.c 2>&1 | $(AWK) "NR==1 { print \$$2 }")
 OCAML_VERSION ?= $(shell $(OCAMLC) -version)