[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools/ocaml: unify build process
# HG changeset patch # User Christoph Egger <Christoph.Egger@xxxxxxx> # Date 1320174218 0 # Node ID 068d3d55ce6e0862e83b443d4e1c83c84b26754d # Parent 386f078de0ea55c1ff982ab045c4f8c2efe74d01 tools/ocaml: unify build process Unify ocaml build process for different platforms. Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r 386f078de0ea -r 068d3d55ce6e tools/ocaml/common.make --- a/tools/ocaml/common.make Tue Nov 01 18:44:34 2011 +0000 +++ b/tools/ocaml/common.make Tue Nov 01 19:03:38 2011 +0000 @@ -8,9 +8,7 @@ OCAMLLEX ?= ocamllex OCAMLYACC ?= ocamlyacc -CFLAGS += -fPIC -Werror -CFLAGS-$(CONFIG_Linux) += -I$(shell ocamlc -where) -CFLAGS-$(CONFIG_NetBSD) += -I/usr/pkg/lib/ocaml -fPIC +CFLAGS += -fPIC -Werror -I$(shell ocamlc -where) OCAMLOPTFLAG_G := $(shell $(OCAMLOPT) -h 2>&1 | sed -n 's/^ *\(-g\) .*/\1/p') OCAMLOPTFLAGS = $(OCAMLOPTFLAG_G) -ccopt "$(LDFLAGS)" -dtypes $(OCAMLINCLUDE) -cc $(CC) -w F -warn-error F _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |