16 lines
519 B
Plaintext
16 lines
519 B
Plaintext
# CONFIG.Common.solaris-x86_64-gnu
|
|
#
|
|
# $Id$
|
|
# This file is maintained by the build community.
|
|
#
|
|
# 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
|