summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-12-06 23:54:08 +0000
committerSteve Huston <shuston@riverace.com>2001-12-06 23:54:08 +0000
commitbed7ff2e2eca2417750b48e524381dfa5adeb26c (patch)
tree5e7d5d6a6e1d35e213afec235af2b17e79a27a5f
parent8e4df94c862d9375342eb55e60fba46f6432345d (diff)
downloadATCD-bed7ff2e2eca2417750b48e524381dfa5adeb26c.tar.gz
ChangeLogTag:Thu Dec 6 18:51:39 2001 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLogs/ChangeLog-02a7
-rw-r--r--ChangeLogs/ChangeLog-03a7
-rw-r--r--include/makeinclude/platform_sunos5_sunc++.GNU4
4 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45de5344288..ea1de5f1374 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Dec 6 18:51:39 2001 Steve Huston <shuston@riverace.com>
+
+ * include/makeinclude/platform_sunos5_sunc++.GNU: Re this change:
+ Wed Dec 5 12:37:56 2001 Carlos O'Ryan <coryan@uci.edu>
+ more than the Orbix stuff was removed... restored the setting
+ of required link libraries and handling for the distrib option.
+
Thu Dec 06 14:06:22 2001 Nanbor Wang <nanbor@cs.wustl.edu>
* tests/Config_Test.cpp: The string literals used to initialize
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 45de5344288..ea1de5f1374 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Thu Dec 6 18:51:39 2001 Steve Huston <shuston@riverace.com>
+
+ * include/makeinclude/platform_sunos5_sunc++.GNU: Re this change:
+ Wed Dec 5 12:37:56 2001 Carlos O'Ryan <coryan@uci.edu>
+ more than the Orbix stuff was removed... restored the setting
+ of required link libraries and handling for the distrib option.
+
Thu Dec 06 14:06:22 2001 Nanbor Wang <nanbor@cs.wustl.edu>
* tests/Config_Test.cpp: The string literals used to initialize
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 45de5344288..ea1de5f1374 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,10 @@
+Thu Dec 6 18:51:39 2001 Steve Huston <shuston@riverace.com>
+
+ * include/makeinclude/platform_sunos5_sunc++.GNU: Re this change:
+ Wed Dec 5 12:37:56 2001 Carlos O'Ryan <coryan@uci.edu>
+ more than the Orbix stuff was removed... restored the setting
+ of required link libraries and handling for the distrib option.
+
Thu Dec 06 14:06:22 2001 Nanbor Wang <nanbor@cs.wustl.edu>
* tests/Config_Test.cpp: The string literals used to initialize
diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU
index 2d006a75984..778452b71f1 100644
--- a/include/makeinclude/platform_sunos5_sunc++.GNU
+++ b/include/makeinclude/platform_sunos5_sunc++.GNU
@@ -147,6 +147,10 @@ ifeq (0,$(exceptions))
endif # ! exceptions
LD = $(CXX)
+ifeq ($(distrib),0)
+ LDFLAGS += -R $(ACE_ROOT)/ace -R./
+endif
+ LIBS += -lsocket -ldl -lnsl -lgen -lposix4
ifeq (C++ 5,$(findstring C++ 5,$(CC_VERSION)))
ifeq ($(compat4),1)