summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--codemaker/Executable_cppumaker.mk4
-rw-r--r--codemaker/Executable_javamaker.mk4
-rw-r--r--idl/Executable_svidl.mk4
-rw-r--r--unoidl/Executable_unoidl-check.mk4
-rw-r--r--unoidl/Executable_unoidl-write.mk4
-rw-r--r--vcl/commonfuzzer.mk1
6 files changed, 0 insertions, 21 deletions
diff --git a/codemaker/Executable_cppumaker.mk b/codemaker/Executable_cppumaker.mk
index f81577b732b0..41ca490718d7 100644
--- a/codemaker/Executable_cppumaker.mk
+++ b/codemaker/Executable_cppumaker.mk
@@ -11,10 +11,6 @@ $(eval $(call gb_Executable_Executable,cppumaker))
$(eval $(call gb_Executable_use_external,cppumaker,boost_headers))
-ifeq ($(DISABLE_DYNLOADING),TRUE)
-$(eval $(call gb_Executable_use_external,cppumaker,dtoa))
-endif
-
$(eval $(call gb_Executable_use_libraries,cppumaker,\
unoidl \
$(if $(filter TRUE,$(DISABLE_DYNLOADING)),reg) \
diff --git a/codemaker/Executable_javamaker.mk b/codemaker/Executable_javamaker.mk
index 135860e87dfe..febfe9a71c29 100644
--- a/codemaker/Executable_javamaker.mk
+++ b/codemaker/Executable_javamaker.mk
@@ -11,10 +11,6 @@ $(eval $(call gb_Executable_Executable,javamaker))
$(eval $(call gb_Executable_use_external,javamaker,boost_headers))
-ifeq ($(DISABLE_DYNLOADING),TRUE)
-$(eval $(call gb_Executable_use_external,javamaker,dtoa))
-endif
-
$(eval $(call gb_Executable_use_libraries,javamaker,\
unoidl \
$(if $(filter TRUE,$(DISABLE_DYNLOADING)),reg) \
diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk
index fe0933795392..98f447709a2c 100644
--- a/idl/Executable_svidl.mk
+++ b/idl/Executable_svidl.mk
@@ -21,10 +21,6 @@ $(eval $(call gb_Executable_Executable,svidl))
$(eval $(call gb_Executable_use_external,svidl,boost_headers))
-ifeq ($(DISABLE_DYNLOADING),TRUE)
-$(eval $(call gb_Executable_use_external,svidl,dtoa))
-endif
-
$(eval $(call gb_Executable_set_include,svidl,\
$$(INCLUDE) \
-I$(SRCDIR)/idl/inc \
diff --git a/unoidl/Executable_unoidl-check.mk b/unoidl/Executable_unoidl-check.mk
index edd0d4b32aec..36dfc44de635 100644
--- a/unoidl/Executable_unoidl-check.mk
+++ b/unoidl/Executable_unoidl-check.mk
@@ -21,8 +21,4 @@ $(eval $(call gb_Executable_use_libraries,unoidl-check, \
sal \
))
-ifeq ($(DISABLE_DYNLOADING),TRUE)
-$(eval $(call gb_Executable_use_external,unoidl-check,dtoa))
-endif
-
# vim: set noet sw=4 ts=4:
diff --git a/unoidl/Executable_unoidl-write.mk b/unoidl/Executable_unoidl-write.mk
index 3ba2d9655563..9accb31ac14d 100644
--- a/unoidl/Executable_unoidl-write.mk
+++ b/unoidl/Executable_unoidl-write.mk
@@ -21,8 +21,4 @@ $(eval $(call gb_Executable_use_libraries,unoidl-write, \
sal \
))
-ifeq ($(DISABLE_DYNLOADING),TRUE)
-$(eval $(call gb_Executable_use_external,unoidl-write,dtoa))
-endif
-
# vim: set noet sw=4 ts=4:
diff --git a/vcl/commonfuzzer.mk b/vcl/commonfuzzer.mk
index fc66386759c2..b58a5bb5eccc 100644
--- a/vcl/commonfuzzer.mk
+++ b/vcl/commonfuzzer.mk
@@ -17,7 +17,6 @@ fuzzer_externals = \
boost_system \
boost_iostreams \
curl \
- dtoa \
harfbuzz \
graphite \
cairo \