summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-03 00:42:02 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-03 00:42:02 +0000
commit0abaf41f067d28ac56a4b8ada85383967585096e (patch)
tree1f0d64eca8033b084b6302f6f1cc14af1d9f0e44
parentcbbbe2ce0e000f23be8fad0eb737881430f1363a (diff)
downloadATCD-0abaf41f067d28ac56a4b8ada85383967585096e.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c6
-rw-r--r--TAO/tests/Param_Test/Makefile3
2 files changed, 9 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 5d8ce536cc5..dea8a95b66c 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,9 @@
+Thu Jul 2 19:41:46 1998 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+
+ * tests/Param_Test/Makefile:
+ * tests/Cubit/TAO/IDL_Cubit/Makefile: Added TAO_IDLFLAGS -P to enable
+ Perfect-hashed-operation-lookup strategy for the idl compiler.
+
Thu Jul 2 19:22:24 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
* orbsvcs/tests/Makefile:
diff --git a/TAO/tests/Param_Test/Makefile b/TAO/tests/Param_Test/Makefile
index 0c12f823536..758cd9f8af9 100644
--- a/TAO/tests/Param_Test/Makefile
+++ b/TAO/tests/Param_Test/Makefile
@@ -12,6 +12,9 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
+#To use perfect hashing op lookup strategy, use -P.
+TAO_IDLFLAGS += -P
+
LDLIBS = -lTAO
LDFLAGS += -L$(TAO_ROOT)/tao