summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_clang_common.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-05-29 09:22:48 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-05-29 09:22:48 +0200
commit2c5a1fd94d2e4d40ba2011c9883a511933b35fa9 (patch)
tree30acaf9856e73714803b6a9ffdbe16fa2c43e312 /ACE/include/makeinclude/platform_clang_common.GNU
parentecf8b66600e449e853d2b55c92b60172cf0c540b (diff)
downloadATCD-2c5a1fd94d2e4d40ba2011c9883a511933b35fa9.tar.gz
Removed support for tao_idl3_to_idl2 and tao_idl3_to_xml now that CIAO is archived, wasn't supported for a longer time already
* ACE/bin/MakeProjectCreator/docs/templates/gnu.txt: * ACE/bin/MakeProjectCreator/templates/gnu.mpd: * ACE/include/makeinclude/platform_clang_common.GNU: * ACE/include/makeinclude/platform_g++_common.GNU: * ACE/include/makeinclude/platform_macosx_iOS.GNU: * ACE/include/makeinclude/platform_rtems.x_g++.GNU: * ACE/include/makeinclude/platform_vxworks6.2.GNU: * ACE/include/makeinclude/platform_vxworks6.3.GNU: * ACE/include/makeinclude/platform_vxworks7.0.GNU:
Diffstat (limited to 'ACE/include/makeinclude/platform_clang_common.GNU')
-rw-r--r--ACE/include/makeinclude/platform_clang_common.GNU4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/include/makeinclude/platform_clang_common.GNU b/ACE/include/makeinclude/platform_clang_common.GNU
index b9c77141d68..e466c595693 100644
--- a/ACE/include/makeinclude/platform_clang_common.GNU
+++ b/ACE/include/makeinclude/platform_clang_common.GNU
@@ -19,10 +19,6 @@ ifneq ($(CROSS_COMPILE),)
TAO_IDLFLAGS += -g $(HOST_ROOT)/bin/ace_gperf
TAO_IDL = $(HOST_ROOT)/bin/tao_idl
TAO_IDL_DEP = $(TAO_IDL)
- TAO_IDL3_TO_IDL2 = $(HOST_ROOT)/bin/tao_idl3_to_idl2
- TAO_IDL3_TO_IDL2_DEP = $(TAO_IDL3_TO_IDL2)
- TAO_IDL3_TO_XMI = $(HOST_ROOT)/bin/tao_idl3_to_xmi
- TAO_IDL3_TO_XMI_DEP = $(TAO_IDL3_TO_XMI)
# make sure to use the host compiler, not the cross-compiler
# as preprocessor for the cross-compiled idl tools
TAO_IDL_PREPROCESSOR = clang