From a8cfe12cb27f500d113fa9ee42f913cfd47e27f9 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 22 Jul 2008 19:49:43 +0000 Subject: [PATCH] Moved SHRLIB_CFLAGS definition. --- configure/os/CONFIG.Common.solaris-sparc | 2 -- configure/os/CONFIG.Common.solaris-x86 | 2 -- configure/os/CONFIG.solaris-sparc.solaris-sparc | 2 ++ configure/os/CONFIG.solaris-x86.solaris-x86 | 2 ++ 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure/os/CONFIG.Common.solaris-sparc b/configure/os/CONFIG.Common.solaris-sparc index 6359cf739..0ced7fc1e 100644 --- a/configure/os/CONFIG.Common.solaris-sparc +++ b/configure/os/CONFIG.Common.solaris-sparc @@ -27,8 +27,6 @@ POSIX_LDLIBS += -lposix4 -lpthread $(POSIX_LDLIBS_$(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%) diff --git a/configure/os/CONFIG.Common.solaris-x86 b/configure/os/CONFIG.Common.solaris-x86 index 76c8738b2..a600ba656 100644 --- a/configure/os/CONFIG.Common.solaris-x86 +++ b/configure/os/CONFIG.Common.solaris-x86 @@ -28,8 +28,6 @@ OP_SYS_CPPFLAGS += -DSOLARIS=$(SOLARIS_VERSION) $(COMPILER_CPPFLAGS) OP_SYS_LDFLAGS += $(COMPILER_LDFLAGS) ARCH_DEP_CPPFLAGS = -D_X86_ -SHRLIB_CFLAGS = -KPIC - # Set runtime path for shared libraries SHRLIBDIR_LDFLAGS += $(SHRLIB_DEPLIB_DIRS:%=-R%) diff --git a/configure/os/CONFIG.solaris-sparc.solaris-sparc b/configure/os/CONFIG.solaris-sparc.solaris-sparc index 50a024158..4944d7ae7 100644 --- a/configure/os/CONFIG.solaris-sparc.solaris-sparc +++ b/configure/os/CONFIG.solaris-sparc.solaris-sparc @@ -8,3 +8,5 @@ #------------------------------------------------------- include $(CONFIG)/os/CONFIG.solarisCommon.solarisCommon + +SHRLIB_CFLAGS = -xcode=pic32 diff --git a/configure/os/CONFIG.solaris-x86.solaris-x86 b/configure/os/CONFIG.solaris-x86.solaris-x86 index edc3f0daf..25143bec5 100644 --- a/configure/os/CONFIG.solaris-x86.solaris-x86 +++ b/configure/os/CONFIG.solaris-x86.solaris-x86 @@ -8,3 +8,5 @@ #------------------------------------------------------- include $(CONFIG)/os/CONFIG.solarisCommon.solarisCommon + +SHRLIB_CFLAGS = -KPIC