From d5bc22adc2e387803888baa51900ebe744164d31 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 12 Apr 2007 19:16:38 +0000 Subject: [PATCH] Set SHRLIB_CFLAGS to -xcode=pic32. --- configure/os/CONFIG.Common.solaris-sparc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure/os/CONFIG.Common.solaris-sparc b/configure/os/CONFIG.Common.solaris-sparc index 42c39ff37..100ff4052 100644 --- a/configure/os/CONFIG.Common.solaris-sparc +++ b/configure/os/CONFIG.Common.solaris-sparc @@ -27,6 +27,8 @@ POSIX_LDLIBS += -lposix4 -lpthread $(POSIX_LDLIBS_YES_$(SOLARIS_VERSION)) OP_SYS_CPPFLAGS += -DSOLARIS=$(SOLARIS_VERSION) $(COMPILER_CPPFLAGS) OP_SYS_LDFLAGS += $(COMPILER_LDFLAGS) +SHRLIB_CFLAGS = -xcode=pic32 + # Set runtime path for shared libraries SHRLIBDIR_LDFLAGS += $(SHRLIB_DEPLIB_DIRS:%=-R%)