Build system: rename the LIBBFD_INCLUDE variable to BFD_CPPFLAGS

master
Sébastien Hinderer 2019-09-17 16:16:03 +02:00
parent d718cd9db3
commit 762fe0abaa
4 changed files with 4 additions and 4 deletions

View File

@ -168,7 +168,7 @@ PTHREAD_CAML_LINK=$(addprefix -cclib ,$(PTHREAD_LINK))
UNIX_OR_WIN32=@unix_or_win32@
UNIXLIB=@unixlib@
BFD_LDLIBS=@bfd_ldlibs@
LIBBFD_INCLUDE=@libbfd_include@
BFD_CPPFLAGS=@bfd_cppflags@
INSTALL_SOURCE_ARTIFACTS=@install_source_artifacts@
OC_CFLAGS=@oc_cflags@

2
configure vendored
View File

@ -720,7 +720,7 @@ asm_cfi_supported
AS
ASPP
bfd_ldlibs
libbfd_include
bfd_cppflags
x_libraries
x_includes
pthread_link

View File

@ -131,7 +131,7 @@ AC_SUBST([ocamldoc])
AC_SUBST([pthread_link])
AC_SUBST([x_includes])
AC_SUBST([x_libraries])
AC_SUBST([libbfd_include])
AC_SUBST([bfd_cppflags])
AC_SUBST([bfd_ldlibs])
AC_SUBST([ASPP])
AC_SUBST([AS])

View File

@ -273,7 +273,7 @@ objinfo_helper$(EXE): objinfo_helper.$(O)
objinfo_helper.$(O): $(ROOTDIR)/runtime/caml/s.h
objinfo_helper.$(O): \
OC_CPPFLAGS += -I$(ROOTDIR)/runtime $(DEF_SYMBOL_PREFIX) $(LIBBFD_INCLUDE)
OC_CPPFLAGS += -I$(ROOTDIR)/runtime $(DEF_SYMBOL_PREFIX) $(BFD_CPPFLAGS)
OBJINFO=$(ROOTDIR)/compilerlibs/ocamlcommon.cma \
$(ROOTDIR)/compilerlibs/ocamlbytecomp.cma \