summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_m88k.GNU
diff options
context:
space:
mode:
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)