24 lines
659 B
Plaintext
24 lines
659 B
Plaintext
# CONFIG.solaris-sparc-gnu.solaris-sparc-gnu
|
|
#
|
|
# Definitions for solaris-sparc gnu compiler host - solaris-sparc gnu compiler target builds
|
|
# Sites may override these definitions in CONFIG_SITE.solaris-sparc-gnu.solaris-sparc-gnu
|
|
#-------------------------------------------------------
|
|
|
|
# Include common gnu compiler definitions
|
|
include $(CONFIG)/CONFIG.gnuCommon
|
|
|
|
AR = ar -rc
|
|
RANLIB=
|
|
LD = ld -r
|
|
|
|
STATIC_LDFLAGS_YES= -Wl,-Bstatic
|
|
STATIC_LDFLAGS_NO=
|
|
STATIC_LDLIBS_YES= -Wl,-Bdynamic
|
|
STATIC_LDLIBS_NO=
|
|
|
|
OP_SYS_LDFLAGS += -z ignore -z combreloc -z lazyload
|
|
|
|
SHRLIB_LDFLAGS += -Wl,-z,defs -Wl,-z,text
|
|
LOADABLE_SHRLIB_LDFLAGS += -Wl,-z,text
|
|
GNU_LDLIBS_YES += -lc
|