summaryrefslogtreecommitdiff
path: root/helpcompiler/Library_helplinker.mk
diff options
context:
space:
mode:
Diffstat (limited to 'helpcompiler/Library_helplinker.mk')
-rw-r--r--helpcompiler/Library_helplinker.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/helpcompiler/Library_helplinker.mk b/helpcompiler/Library_helplinker.mk
index 26a5dbac4aab..9a6a989efaa8 100644
--- a/helpcompiler/Library_helplinker.mk
+++ b/helpcompiler/Library_helplinker.mk
@@ -68,15 +68,8 @@ $(eval $(call gb_Library_add_exception_objects,helplinker,\
helpcompiler/source/BasCodeTagger \
))
-ifeq ($(strip $(OS)$(CPU)$(COM)),MACOSXPGCC)
-$(eval $(call gb_Library_add_cxxobjects,helplinker,\
- helpcompiler/source/HelpLinker \
- , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
-))
-else
$(eval $(call gb_Library_add_exception_objects,helplinker,\
helpcompiler/source/HelpLinker \
))
-endif
# vim: set noet sw=4 ts=4: