]> xenbits.xensource.com Git - xen.git/commitdiff
tools/ocaml: Remove '-cc $(CC)' from OCAMLOPTFLAGS
authorAndrii Sultanov <andrii.sultanov@cloud.com>
Mon, 25 Nov 2024 11:13:02 +0000 (12:13 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 25 Nov 2024 11:13:02 +0000 (12:13 +0100)
This option does not work as one might expect, and needs to be the full
compiler invocation including linking arguments to operate correctly.

See https://github.com/ocaml/ocaml/issues/12284 for more details.

Signed-off-by: Andrii Sultanov <andrii.sultanov@cloud.com>
Acked-by: Christian Lindig <christian.lindig@cloud.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
master commit: 0d69635d27cb1d011ccdf419b2bc85cc7809ac92
master date: 2024-08-23 10:44:24 +0100

tools/ocaml/common.make

index 0c8a597d5b44d5077f0c2d165e312f5755280618..cc126b749f563c1085f7e9d9db75699e8ed6a0d2 100644 (file)
@@ -12,7 +12,7 @@ OCAMLFIND ?= ocamlfind
 CFLAGS += -fPIC -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
+OCAMLOPTFLAGS = $(OCAMLOPTFLAG_G) -ccopt "$(LDFLAGS)" -dtypes $(OCAMLINCLUDE) -w F -warn-error F
 OCAMLCFLAGS += -g $(OCAMLINCLUDE) -w F -warn-error F
 
 VERSION := 4.1