From 17f1355c1fc6a4c4e0af5e51bf6418d306fbb457 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 30 Jun 2000 18:50:34 +0000 Subject: [PATCH] Fixed names of hp files. --- configure/os/CONFIG.hpux-parisc.Common | 14 +++++ configure/os/CONFIG.hpux-parisc.hpux-parisc | 61 +++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 configure/os/CONFIG.hpux-parisc.Common create mode 100644 configure/os/CONFIG.hpux-parisc.hpux-parisc diff --git a/configure/os/CONFIG.hpux-parisc.Common b/configure/os/CONFIG.hpux-parisc.Common new file mode 100644 index 000000000..851c62e2a --- /dev/null +++ b/configure/os/CONFIG.hpux-parisc.Common @@ -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 + diff --git a/configure/os/CONFIG.hpux-parisc.hpux-parisc b/configure/os/CONFIG.hpux-parisc.hpux-parisc new file mode 100644 index 000000000..8b05c8a1a --- /dev/null +++ b/configure/os/CONFIG.hpux-parisc.hpux-parisc @@ -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