summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_linux.GNU
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-03 01:08:10 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-03 01:08:10 +0000
commitc7c78b1b94cfd61d7a58c4d3a49b97f719e3716d (patch)
treebdb2fb834aebc257bfde0add6e4c965194838136 /include/makeinclude/platform_linux.GNU
parentcaa0581d42e1adfc5006d5c9e367470eb72f5e2c (diff)
downloadATCD-c7c78b1b94cfd61d7a58c4d3a49b97f719e3716d.tar.gz
foo
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 5c121529689..500aa89b0a3 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 = g++ -w -I. -fno-strict-prototypes -D__ACE_INLINE__
+CXX = g++ -w -I. -fno-strict-prototypes # -D__ACE_INLINE__
DLD = $(CXX)
LD = $(CXX)
LIBS = -lstdc++