26 lines
630 B
Plaintext
26 lines
630 B
Plaintext
# CONFIG.solaris-x86-gnu.solaris-x86-gnu
|
|
#
|
|
# $Id$
|
|
# This file is maintained by the build community.
|
|
#
|
|
# Definitions for solaris-x86 gnu compiler host - solaris-x86 gnu compiler target builds
|
|
# Sites may override these definitions in CONFIG_SITE.solaris-x86-gnu.solaris-x86-gnu
|
|
#-------------------------------------------------------
|
|
|
|
# Include common gnu compiler definitions
|
|
include $(CONFIG)/CONFIG.gnuCommon
|
|
|
|
GNU_DIR = /opt/gnu
|
|
|
|
CC = $(GNU_BIN)/gcc
|
|
CCC = $(GNU_BIN)/g++
|
|
AR = ar -rc
|
|
RANLIB=
|
|
LD = ld -r
|
|
|
|
SHRLIB_LDFLAGS = -z defs -G -h $@
|
|
LOADABLE_SHRLIB_LDFLAGS += -G -h $@
|
|
|
|
OP_SYS_LDFLAGS = -z ignore -z combreloc -z lazyload
|
|
|