summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2003-03-11 18:52:50 +0000
committerSteve Huston <shuston@riverace.com>2003-03-11 18:52:50 +0000
commitd858522ecb377871c47b4cf0e21b092207b2b258 (patch)
treee191ad425791ad7a518567a083c9be60f04ab6e0
parent9f925ef88d41f04ac0ed38f160332feadc75e4e7 (diff)
downloadATCD-d858522ecb377871c47b4cf0e21b092207b2b258.tar.gz
ChangeLogTag:Thu Mar 6 18:14:21 2003 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6095a708c5..57bcc7c5d30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -125,6 +125,23 @@ Fri Mar 7 06:35:09 2003 Chad Elliott <elliott_c@ociweb.com>
now "uses" Parser. Thanks to Steve Huston for bringing this to my
attention.
+Thu Mar 6 18:14:21 2003 Steve Huston <shuston@riverace.com>
+
+ * include/makeinclude/platform_hpux_aCC.GNU: Rather than do the
+ template closure as part of the AR command, set up PRELIB to do
+ template closure; this allows static libs to build clean with the
+ xargs method introduced to rules.lib.GNU. A side-affect of this
+ is that the separate template closure step is also used for
+ shared libraries, and thus, +inst_none needed to be added to
+ SOFLAGS.
+ Also set AR to /usr/ccs/bin/ar to be sure to pick up the native
+ HP-supplied ar command.
+
+ * examples/C++NPv1/Process_Per_Connection_Logging_Server.cpp: Don't
+ reinterpret_cast on non-Windows. Not needed and aC++ complains.
+ Also see:
+ Wed Feb 19 10:41:20 2003 Steve Huston <shuston@riverace.com>
+
Thu Mar 6 14:49:37 2003 Steve Huston <shuston@riverace.com>
* apps/mkcsregdb/mkcsregdb.cpp: const_cast pointers that need to be