summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-04-21 15:06:51 +0000
committerSteve Huston <shuston@riverace.com>1999-04-21 15:06:51 +0000
commiteeb7780a7eaee286b93424c51a3ba5585a5198fe (patch)
treee1524ee8cfa648d9cdb95b93e497c99393eeacc9
parent9b46a1db8ea3255e3f1e994e8fed4b773ab9bd78 (diff)
downloadATCD-eeb7780a7eaee286b93424c51a3ba5585a5198fe.tar.gz
Move -lthread from all Orbix section to the MT-Orbix section.
-rw-r--r--include/makeinclude/platform_sunos5_sunc++.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU
index ea8cad74def..7e38c4d129a 100644
--- a/include/makeinclude/platform_sunos5_sunc++.GNU
+++ b/include/makeinclude/platform_sunos5_sunc++.GNU
@@ -86,12 +86,12 @@ ifdef orbix
LDFLAGS += $(PIC) -L$(ORBIX_ROOT)/corba2/lib \
-R $(ACE_ROOT)/ace -R./ -R $(ORBIX_ROOT)/corba2/lib
ifeq ($(mt_orbix),1)
- LIBS += -lITinimt -liiopmt -lorbixmt
+ LIBS += -lITinimt -liiopmt -lorbixmt -lthread
else
LIBS += -lITini -liiop -lorbix
endif
- LIBS += -lsocket -ldl -lnsl -lthread -lgen -lposix4
+ LIBS += -lsocket -ldl -lnsl -lgen -lposix4
CPPFLAGS += -I$(ORBIX_ROOT)/corba2/include
else
ifeq ($(distrib),0)