Moved SHRLIB_CFLAGS definition.

This commit is contained in:
Janet B. Anderson
2008-07-22 19:49:43 +00:00
parent 6318edf09e
commit a8cfe12cb2
4 changed files with 4 additions and 4 deletions

View File

@@ -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%)

View File

@@ -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%)

View File

@@ -8,3 +8,5 @@
#-------------------------------------------------------
include $(CONFIG)/os/CONFIG.solarisCommon.solarisCommon
SHRLIB_CFLAGS = -xcode=pic32

View File

@@ -8,3 +8,5 @@
#-------------------------------------------------------
include $(CONFIG)/os/CONFIG.solarisCommon.solarisCommon
SHRLIB_CFLAGS = -KPIC