summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_unixware_g++.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-25 02:30:19 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-25 02:30:19 +0000
commit6a472bde30e8d7c64df6bacaac5ef96ea9b1b5eb (patch)
tree1da2b2d20e11734fee5d1ac4807b443d6786576a /include/makeinclude/platform_unixware_g++.GNU
parentdef4e5ec7ef1fcafa4e6a622344a643f31694dee (diff)
downloadATCD-6a472bde30e8d7c64df6bacaac5ef96ea9b1b5eb.tar.gz
changed C++ compiler (CXX) from gcc to g++ so that libg++ will be linked in
Diffstat (limited to 'include/makeinclude/platform_unixware_g++.GNU')
-rw-r--r--include/makeinclude/platform_unixware_g++.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_unixware_g++.GNU b/include/makeinclude/platform_unixware_g++.GNU
index 9c35a7a513a..fcfa1766f6d 100644
--- a/include/makeinclude/platform_unixware_g++.GNU
+++ b/include/makeinclude/platform_unixware_g++.GNU
@@ -3,7 +3,7 @@
# SOBUILD - compile into .so directly
#
CC = gcc -w
-CXX = gcc -I. -D__ACE_INLINE__ # -w -fno-strict-prototypes
+CXX = g++ -I. -D__ACE_INLINE__ # -w -fno-strict-prototypes
DLD = $(CXX)
LD = $(CXX)
LDFLAGS += -L$(WRAPPER_ROOT)/ace -L./ -L/usr/lib