summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sunos5_sunc++_orbix.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-19 22:13:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-19 22:13:34 +0000
commit6fd65cea64814349560e4c64a4a160c5653b22ae (patch)
treedaf0aae18c0637bbd0a3b0fbfa01828d526c7b3a /include/makeinclude/platform_sunos5_sunc++_orbix.GNU
parentdc2f8cfb211a58bf8c8bcc5abfb488a20284d9fc (diff)
downloadATCD-6fd65cea64814349560e4c64a4a160c5653b22ae.tar.gz
split out CFLAGS and CCFLAGS
Diffstat (limited to 'include/makeinclude/platform_sunos5_sunc++_orbix.GNU')
-rw-r--r--include/makeinclude/platform_sunos5_sunc++_orbix.GNU6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/makeinclude/platform_sunos5_sunc++_orbix.GNU b/include/makeinclude/platform_sunos5_sunc++_orbix.GNU
index 1f4398c0115..d887421d585 100644
--- a/include/makeinclude/platform_sunos5_sunc++_orbix.GNU
+++ b/include/makeinclude/platform_sunos5_sunc++_orbix.GNU
@@ -1,7 +1,9 @@
# SunOS 5.x (Solaris 2.x) with SunC++ 4.0.1 or earlier
# *using* Orbix
-CC = cc
-CXX = CC -mt -pta -noex
+CC = cc
+CXX = CC
+CFLAGS += +w -mt
+CCFLAGS += $(CFLAGS) -noex -pta
DLD = $(CXX)
LD = $(CXX)
INCLDIRS = -I$(ORBIX_ROOT)/include