summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_tru64_kcc.GNU
diff options
context:
space:
mode:
authorjohn_c <john_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-04-28 03:50:28 +0000
committerjohn_c <john_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-04-28 03:50:28 +0000
commit88556d568eb0a06bf8af2ddefacbc1ad5f00401e (patch)
tree72f4a0e33b9dd26d1783ff005d67494bfb79a9de /include/makeinclude/platform_tru64_kcc.GNU
parent317d8c1ce78436f0107f056418c0c5f5b4231069 (diff)
downloadATCD-oci_dave_wchar_refactor_branch.tar.gz
4_27_06 branch merge in and compile error fixedoci_dave_wchar_refactor_branch
Diffstat (limited to 'include/makeinclude/platform_tru64_kcc.GNU')
-rw-r--r--include/makeinclude/platform_tru64_kcc.GNU35
1 files changed, 0 insertions, 35 deletions
diff --git a/include/makeinclude/platform_tru64_kcc.GNU b/include/makeinclude/platform_tru64_kcc.GNU
deleted file mode 100644
index 0fe62b9c24d..00000000000
--- a/include/makeinclude/platform_tru64_kcc.GNU
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id$
-
-# This platform macros file is intended to work with
-# Digital UNIX using the KAI compiler.
-
-# Include the common macros for all compilers
-#
-include $(ACE_ROOT)/include/makeinclude/platform_tru64_pre.GNU
-
-# Include the macro file for osf1_4.x
-#
-include $(ACE_ROOT)/include/makeinclude/platform_osf1_4.x_kcc.GNU
-
-ifeq (4.,$(findstring 4.,$(ACE_DU_VERSION)))
- ifeq (4.0F,$(findstring 4.0F,$(ACE_DU_SUBVERSION)))
- # variable "" was declared but never referenced.
- # Get these from PTHREAD_THIS_CATCH_NP.
- WARNING_FLAGS += --diag_suppress 177
- endif # ! 4.0F
-
-else # ! 4.x
-ifeq (5.,$(findstring 5.,$(ACE_DU_VERSION)))
- # variable "" was declared but never referenced.
- # Get these from PTHREAD_THIS_CATCH_NP.
- WARNING_FLAGS += --diag_suppress 177
-
- # KCC makes a lot of these warnings from the C compiler.
- WARNING_FLAGS += --backend -msg_disable --backend nonstandcast,missingreturn,uninit1,ptrmismatch
-
-endif # 5.x
-endif # ! 4.x
-
-# Include the common macros for all compilers
-#
-include $(ACE_ROOT)/include/makeinclude/platform_tru64_post.GNU