34 lines
749 B
Plaintext
34 lines
749 B
Plaintext
# CONFIG.Common.sun4-x86
|
|
#
|
|
# $Id$
|
|
# This file is maintained by the build community.
|
|
#
|
|
# Definitions for sun4-x86 target archs
|
|
# Sites may override these definitions in CONFIG_SITE.Common.sun4-x86
|
|
#-------------------------------------------------------
|
|
|
|
# Include definitions common to all Unix target archs
|
|
include $(CONFIG)/os/CONFIG.Common.UnixCommon
|
|
|
|
OS_CLASS = sun4
|
|
ARCH_CLASS = x86
|
|
|
|
CODE_CPPFLAGS = -D__EXTENSIONS__
|
|
|
|
POSIX_CPPFLAGS_YES = -D_POSIX_C_SOURCE=199506L
|
|
POSIX_LDLIBS_YES += -lpthread -lthread
|
|
POSIX_CPPFLAGS_NO =
|
|
POSIX_LDLIBS_NO +=
|
|
|
|
OP_SYS_CPPFLAGS = -DSUNOS4
|
|
OP_SYS_LDLIBS += -lsocket -lnsl
|
|
|
|
ARCH_DEP_CPPFLAGS += -D_X86_
|
|
|
|
ifdef CROSS
|
|
GNU_TARGET=x86-sun-sunos4
|
|
CMPLR_SUFFIX=
|
|
CMPLR_PREFIX=$(addsuffix -,$(GNU_TARGET))
|
|
endif
|
|
|