Replaced $Id$ and $Header$ keywords with $Revision-Id$ Deleted $Log$ keywords and any log messages
16 lines
528 B
Plaintext
16 lines
528 B
Plaintext
# CONFIG.Common.solaris-x86_64-gnu
|
|
#
|
|
# $Revision-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
|