summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-09 04:15:57 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-09 04:15:57 +0000
commit51e7875ba5d758d882d7b5c247870a4b8f0f4854 (patch)
tree244a47cf0ff655c1045f96f063e35f3acf279c6f /include
parent4f8eefb10a9bf9d423b87837e58d73ca0dac11a0 (diff)
downloadATCD-51e7875ba5d758d882d7b5c247870a4b8f0f4854.tar.gz
Override ACE_HAS_GNUG_PRE_2_8 to allow builds of all TAO tests
on LynxOS. Its g++ can handled nested classes, even though it's in the 2.7 family.
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_lynxos.GNU4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/makeinclude/platform_lynxos.GNU b/include/makeinclude/platform_lynxos.GNU
index a380fefa4bd..4fbdb41ea01 100644
--- a/include/makeinclude/platform_lynxos.GNU
+++ b/include/makeinclude/platform_lynxos.GNU
@@ -62,6 +62,10 @@ ifeq (2.5.0,$(VERSION))
optimize = 0
else
optimize = 1
+
+ #### Even though the g++ version is 2.7-97r1, it supports nested
+ #### classes, so it can build the TAO tests.
+ ACE_HAS_GNUG_PRE_2_8 = 0
endif # VERSION
CC = gcc