summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sunos5_egcs.GNU
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-26 18:15:56 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-26 18:15:56 +0000
commit3ec0a2984e41a8edf9301e8623d98aafdf9bf634 (patch)
treebf618e342e50289770a22c0f97cddef7caed6c4b /include/makeinclude/platform_sunos5_egcs.GNU
parent7aca63cabc7d12d4f0687c39fbe096b38fed9068 (diff)
downloadATCD-TAO-0_4_3.tar.gz
This commit was manufactured by cvs2svn to create tag 'TAO-0_4_3'.TAO-0_4_3
Diffstat (limited to 'include/makeinclude/platform_sunos5_egcs.GNU')
-rw-r--r--include/makeinclude/platform_sunos5_egcs.GNU13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/makeinclude/platform_sunos5_egcs.GNU b/include/makeinclude/platform_sunos5_egcs.GNU
deleted file mode 100644
index c4db24633d4..00000000000
--- a/include/makeinclude/platform_sunos5_egcs.GNU
+++ /dev/null
@@ -1,13 +0,0 @@
-# $Id$
-
-# SunOS 5.x (Solaris 2.x) with egcs
-# Use the g++ platform file, with any overrides following its include.
-
-include $(ACE_ROOT)/include/makeinclude/platform_sunos5_g++.GNU
-
-# This is recommeded by Cygnus in their egcs-1.0 Caveats page.
-# http://egcs.cygnus.com/caveats.html
-CFLAGS += -Wno-return-type
-
-#### Uncomment the following line to use shared libstdc++.so, etc.
-#### SOFLAGS = -shared $(CPPFLAGS)