Fixed names of hp files.

This commit is contained in:
Janet B. Anderson
2000-06-30 18:50:34 +00:00
parent aebf0ceb9c
commit 17f1355c1f
2 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# CONFIG.hpux-parisc.Common
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for hpux-parisc host archs
# Sites may override these definitions in CONFIG_SITE.hpux-parisc.Common
#-------------------------------------------------------
#Include definitions common to unix hosts
include $(CONFIG)/os/CONFIG.UnixCommon.Common
WIND_HOST_TYPE = parisc-hpux

View File

@@ -0,0 +1,61 @@
# CONFIG.hpux-parisc.hpux-parisc
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for host hpux-parisc - target hpux-parisc builds
# Sites may override these definitions in CONFIG_SITE.hpux-parisc.hpux-parisc
#-------------------------------------------------------
# Include definitions common to all vxWorks target archs
include $(CONFIG)/os/CONFIG.Common.vxWorksCommon
OS_CLASS = hpux
ARCH_CLASS = parisc
# Configure OS vendor C compiler
ACC = cc
ACC_CONFORM_CFLAGS_ANSI = -Aa
ACC_CONFORM_CFLAGS_STRICT = -Aa
ACC_CONFORM_CFLAGS_TRAD = -Ac
ACC_WARN_YES =
ACC_WARN_NO = -w
ACC_OPT_YES = -O
ACC_OPT_NO = -g
ACC_STATIC_CFLAGS_YES= -Wl,-a,archive
ACC_STATIC_CFLAGS_NO=
ACC_STATIC_LDLIBS_YES =
ACC_STATIC_LDLIBS_NO=
ACC_SHRLIB_LDFLAGS_YES = -b
# Configure OS vendor C++ compiler
CCC = aCC
# avoid treating "future errors" as actual errors
CCC_CONFORM_CFLAGS_NORMAL = +W302 +W829 +W818 +W392 +W469 +W495 +W749 +W667 +W749 +W392 +W684
CCC_CONFORM_CFLAGS_STRICT = +p
CCC_TEMPL_INST_FLAG =
CCC_WARN_YES = +w
CCC_WARN_NO =
CCC_OPT_YES = -O
CCC_OPT_NO = -g
CCC_STATIC_CFLAGS_YES= +A
CCC_STATIC_CFLAGS_NO=
CCC_STATIC_LDLIBS_YES =
CCC_STATIC_LDLIBS_NO=
# shared libs will be found by searching environment variable SHLIB_PATH,
# then by searching the specified path (see below)
CCC_SHRLIB_LDFLAGS_YES = -b
CCC_DEPENDS_FLAG =
# +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
ARCH_DEP_CXXFLAGS = +DAportable
ARCH_DEP_LDLIBS =
ARCH_DEP_LDFLAGS = -Wl,+s,+b$(DEFAULT_SHRLIB_SEARCH_PATH)
AR = ar
SHRLIB_SUFFIX = .sl