From b2ff9f109468f9b5b1960b0914d04a7b48c47791 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 18 Dec 2002 22:43:56 +0000 Subject: [PATCH] Added static LDFLAGS and LDLIBS. --- configure/os/CONFIG.solaris-sparc-gnu.solaris-sparc-gnu | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure/os/CONFIG.solaris-sparc-gnu.solaris-sparc-gnu b/configure/os/CONFIG.solaris-sparc-gnu.solaris-sparc-gnu index 7ee267ece..c901c0b2b 100644 --- a/configure/os/CONFIG.solaris-sparc-gnu.solaris-sparc-gnu +++ b/configure/os/CONFIG.solaris-sparc-gnu.solaris-sparc-gnu @@ -18,3 +18,10 @@ AR = ar -rc RANLIB= LD = ld -r +STATIC_LDFLAGS_YES= -Bstatic +STATIC_LDFLAGS_NO= +STATIC_LDLIBS_YES= -Bdynamic +STATIC_LDLIBS_NO= + +#SHRLIB_LDFLAGS_YES = -G -h $@ -z ignore -z combreloc -z lazyload +