From 08fb42ae64920d2b7b55f42de9d7af06e718e9ca Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 22 Jun 2000 15:03:53 +0000 Subject: [PATCH] Moved thread libraries to CCC_STATIC_LDLIBS_NO. --- configure/os/CONFIG.solaris-sparc.solaris-sparc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure/os/CONFIG.solaris-sparc.solaris-sparc b/configure/os/CONFIG.solaris-sparc.solaris-sparc index 350f4a2ce..240c8af14 100644 --- a/configure/os/CONFIG.solaris-sparc.solaris-sparc +++ b/configure/os/CONFIG.solaris-sparc.solaris-sparc @@ -50,7 +50,7 @@ CCC_OPT_YES = -O CCC_OPT_NO = -g CCC_STATIC_LDFLAGS_YES= -Bstatic CCC_STATIC_LDLIBS_YES= -lw -lintl -Bdynamic -ldl -lposix4 -lpthread -lthread -Bstatic -lXext -lX -CCC_STATIC_LDLIBS_NO= +CCC_STATIC_LDLIBS_NO= -lposix4 -lpthread -lthread CCC_SHRLIB_LDFLAGS_YES = -G -h $@ CCC_DEPENDS_FLAG = -xM1 CCC_POSIX_CPPFLAGS = -D_POSIX_C_SOURCE=199506L -D__EXTENSIONS_ @@ -70,7 +70,6 @@ RANLIB = AR = $(CCC) -xar -o ARCH_DEP_CPPFLAGS = -DSOLARIS -ARCH_DEP_LDLIBS = -lposix4 -lpthread -lthread # socket and nsl needed by libca.a ARCH_DEP_LDLIBS += -lsocket -lnsl