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