diff options
author | Steve Huston <shuston@riverace.com> | 2001-12-06 23:54:08 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2001-12-06 23:54:08 +0000 |
commit | b4bd130a220b576a6d30b3b950da0242b9f6cacd (patch) | |
tree | 5e7d5d6a6e1d35e213afec235af2b17e79a27a5f | |
parent | 0668fc697955661aa63553d2b78849ba8eddab28 (diff) | |
download | ATCD-b4bd130a220b576a6d30b3b950da0242b9f6cacd.tar.gz |
ChangeLogTag:Thu Dec 6 18:51:39 2001 Steve Huston <shuston@riverace.com>
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 7 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 7 | ||||
-rw-r--r-- | include/makeinclude/platform_sunos5_sunc++.GNU | 4 |
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) |