diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-03 21:04:16 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-03 21:13:17 +0300 |
commit | 7aa6f1b01481c1d0f1a12f56ad197c797056c37b (patch) | |
tree | 3fa3525ad487c08a3e126b0eae6ef0822b25aa75 /helpcompiler | |
parent | d8842c2221cb5e6ea958381f9dcd76d9bb9bbafc (diff) |
Remove Mac OS X for PowerPC support
Change-Id: I10b15141e6a5f93365e1cfa6fbc0c7cc3ea49b15
Diffstat (limited to 'helpcompiler')
-rw-r--r-- | helpcompiler/Library_helplinker.mk | 7 |
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: |