From e035bb19b629d759d84942978e78ba3626cf567f Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 25 Oct 2000 21:28:16 +0000 Subject: [PATCH] Added gnu compiler ldlibs. Added lib rt. --- configure/os/CONFIG.solaris-x86.solaris-x86 | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/configure/os/CONFIG.solaris-x86.solaris-x86 b/configure/os/CONFIG.solaris-x86.solaris-x86 index 4232d0403..c8abda420 100644 --- a/configure/os/CONFIG.solaris-x86.solaris-x86 +++ b/configure/os/CONFIG.solaris-x86.solaris-x86 @@ -31,8 +31,8 @@ ACC_WARN_NO = -w ACC_OPT_YES = -xO4 ACC_OPT_NO = -g ACC_STATIC_LDFLAGS_YES= -Bstatic -ACC_STATIC_LDLIBS_YES= -lw -lintl -Bdynamic -ldl -lposix4 -lpthread -lthread -Bstatic -lXext -lX -ACC_STATIC_LDLIBS_NO= -lposix4 -lpthread -lthread +ACC_STATIC_LDLIBS_YES= -lw -lintl -Bdynamic -ldl -lposix4 -lpthread -lthread -lrt -Bstatic -lXext -lX +ACC_STATIC_LDLIBS_NO= -lposix4 -lpthread -lthread -lrt ACC_SHRLIB_LDFLAGS_YES = -G -h $@ ACC_POSIX_CPPFLAGS = -D_POSIX_C_SOURCE=199506L -D__EXTENSIONS__ @@ -49,8 +49,8 @@ CCC_WARN_NO = 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= -lposix4 -lpthread -lthread +CCC_STATIC_LDLIBS_YES= -lw -lintl -Bdynamic -ldl -lposix4 -lpthread -lthread -lrt -Bstatic -lXext -lX +CCC_STATIC_LDLIBS_NO= -lposix4 -lpthread -lthread -lrt CCC_SHRLIB_LDFLAGS_YES = -G -h $@ CCC_DEPENDS_FLAG = -xM1 CCC_POSIX_CPPFLAGS = -D_POSIX_C_SOURCE=199506L -D__EXTENSIONS_ @@ -65,6 +65,11 @@ GCC_CPP = $(GCC) -x c -E GCC_POSIX_CPPFLAGS += -D__EXTENSIONS__ G++_POSIX_CPPFLAGS += -D__EXTENSIONS__ +GCC_STATIC_LDLIBS_YES= -lposix4 -lpthread -lthread -lrt +GCC_STATIC_LDLIBS_NO= -lposix4 -lpthread -lthread -lrt +G++_STATIC_LDLIBS_YES= -lposix4 -lpthread -lthread -lrt +G++_STATIC_LDLIBS_NO= -lposix4 -lpthread -lthread -lrt + RANLIB = # required by sun's C++ compiler AR = $(CCC) -xar -o