summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_linux.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_linux.GNU')
-rw-r--r--include/makeinclude/platform_linux.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_linux.GNU b/include/makeinclude/platform_linux.GNU
index bae70684bec..5c121529689 100644
--- a/include/makeinclude/platform_linux.GNU
+++ b/include/makeinclude/platform_linux.GNU
@@ -2,7 +2,7 @@
# should allow ACE to be built on Linux.
CC = gcc -w
-CXX = gcc -w -I. -fno-strict-prototypes -D__ACE_INLINE__
+CXX = g++ -w -I. -fno-strict-prototypes -D__ACE_INLINE__
DLD = $(CXX)
LD = $(CXX)
LIBS = -lstdc++