13 lines
460 B
Plaintext
13 lines
460 B
Plaintext
# CONFIG.Common.solaris-x86_64-gnu
|
|
#
|
|
# Definitions for solaris-x86_64 gnu compiler target archs
|
|
# Sites may override these definitions in CONFIG_SITE.Common.solaris-x86_64-gnu
|
|
#-------------------------------------------------------
|
|
|
|
# Include definitions common to all solaris-x86-gnu target archs
|
|
include $(CONFIG)/os/CONFIG.Common.solaris-x86-gnu
|
|
|
|
ARCH_DEP_CFLAGS += -m64
|
|
ARCH_DEP_LDFLAGS += -m64
|
|
#ARCH_DEP_LDFLAGS += -L$(GNU_LIB)/amd64 -R$(GNU_LIB)/amd64
|