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