Files
pcas/configure/os/CONFIG.Common.hpux-parisc
T
2001-01-30 16:00:42 +00:00

37 lines
882 B
Plaintext

# CONFIG.Common.hpux-68k
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for hpux-68k target archs
# Sites may override these definitions in CONFIG_SITE.Common.hpux-68k
#-------------------------------------------------------
#Include definitions common to unix targets
include $(CONFIG)/os/CONFIG.Common.UnixCommon
OS_CLASS = hpux
ARCH_CLASS = parisc
POSIX_CPPFLAGS_YES =
POSIX_CPPFLAGS_NO =
POSIX_LDLIBS_YES +=
POSIX_LDLIBS_NO +=
######################################################
# +DAportable causes portable object code to be created for execution
# on different PA-Risc machines
ARCH_DEP_CPPFLAGS = -D_HPUX_SOURCE -DHP_UX
ARCH_DEP_CFLAGS = +DAportable +z
ARCH_DEP_CXXFLAGS = +DAportable +z
ARCH_DEP_LDLIBS +=
SHRLIB_SUFFIX = .sl
ifdef CROSS
GNU_TARGET=parisc-hp-unix
CMPLR_SUFFIX=
CMPLR_PREFIX=$(addsuffix -,$(GNU_TARGET))
endif