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
commit7de71a6b97664cf63f1323a058d58e03053ca18c (patch)
treebdb2fb834aebc257bfde0add6e4c965194838136 /include/makeinclude/platform_linux.GNU
parent88e8a85817e54509736cc079420c9235a1ed3c12 (diff)
downloadATCD-7de71a6b97664cf63f1323a058d58e03053ca18c.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++