From 5f6be5e6e8dcfba3e989deb3c2ceb962d4fc9481 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 30 Jan 2001 16:00:42 +0000 Subject: [PATCH] Updated all flags. --- configure/os/CONFIG.Common.hpux-parisc | 27 +++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.hpux-parisc b/configure/os/CONFIG.Common.hpux-parisc index 15fe89ec1..f07121601 100644 --- a/configure/os/CONFIG.Common.hpux-parisc +++ b/configure/os/CONFIG.Common.hpux-parisc @@ -7,5 +7,30 @@ # Sites may override these definitions in CONFIG_SITE.Common.hpux-68k #------------------------------------------------------- -#Include definitions common to unix hosts +#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 +