summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_unixware_g++.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-10 16:47:31 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-10 16:47:31 +0000
commit1f63c6c821ceacafafac7e3e0ea82b8108c93162 (patch)
treebb816c3b6d9fe74ce5455d4c57e84dfa97bc325e /include/makeinclude/platform_unixware_g++.GNU
parent68407745d6671c1332999f2d30fa4cb45c6be7c8 (diff)
downloadATCD-1f63c6c821ceacafafac7e3e0ea82b8108c93162.tar.gz
replace CFLAGS += DCFLAGS with debug=1, and added support for debug=0, etc., in wrapper_macros.GNU.
Diffstat (limited to 'include/makeinclude/platform_unixware_g++.GNU')
-rw-r--r--include/makeinclude/platform_unixware_g++.GNU9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/makeinclude/platform_unixware_g++.GNU b/include/makeinclude/platform_unixware_g++.GNU
index b7eab4c31e0..61ba91b2b2b 100644
--- a/include/makeinclude/platform_unixware_g++.GNU
+++ b/include/makeinclude/platform_unixware_g++.GNU
@@ -1,12 +1,12 @@
# $Id$
# UnixWare V2.2.1.2 with g++ version 2.7.2.2 *not* using Orbix
-#
-# SOBUILD - compile into .so directly
-#
+
+debug = 1
+
CC = gcc
CXX = g++
-CFLAGS += $(DCFLAGS) -I/usr/include -D__STDC__=0 #-w
+CFLAGS += -I/usr/include -D__STDC__=0 #-w
CCFLAGS += $(CFLAGS) -fno-implicit-templates # -fno-strict-prototypes
DCFLAGS += -g
DLD = $(CXX)
@@ -19,6 +19,7 @@ ARFLAGS = ruv
RANLIB = /bin/true
#SOFLAGS = -assert pure-text
SOFLAGS = -shared
+# SOBUILD - compile into .so directly
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
# SOLINK = $(SOLINK.cc) -o $@ $(LDFLAGS) $<
PRELIB = @true