summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_m88k.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_m88k.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_m88k.GNU')
-rw-r--r--include/makeinclude/platform_m88k.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_m88k.GNU b/include/makeinclude/platform_m88k.GNU
index 83ef4565abd..9c8f74a829c 100644
--- a/include/makeinclude/platform_m88k.GNU
+++ b/include/makeinclude/platform_m88k.GNU
@@ -1,8 +1,8 @@
# SunOS 5.x (Solaris 2.x) with SunC++ 4.x
# *not* using Orbix
CC = gcc -w
-#CXX = gcc -w -frepo -I. -fno-strict-prototypes -D__INLINE__
-CXX = gcc -w -I. -fno-strict-prototypes -D__INLINE__
+#CXX = g++ -w -frepo -I. -fno-strict-prototypes -D__INLINE__
+CXX = g++ -w -I. -fno-strict-prototypes -D__INLINE__
CXX += -D__m88k__
DLD = $(CXX)
LD = $(CXX)