From 79929bbacd050dd82d5f025eaa410d0653bc0691 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 15 Jan 2001 16:49:19 +0000 Subject: [PATCH] Initial version --- configure/os/CONFIG.Common.solaris-sparc | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 configure/os/CONFIG.Common.solaris-sparc diff --git a/configure/os/CONFIG.Common.solaris-sparc b/configure/os/CONFIG.Common.solaris-sparc new file mode 100644 index 000000000..947e61944 --- /dev/null +++ b/configure/os/CONFIG.Common.solaris-sparc @@ -0,0 +1,29 @@ +# CONFIG.Common.solaris-sparc +# +# $Id$ +# This file is maintained by the build community. +# +# Sites may override these definitions in CONFIG_SITE.Common.solaris-sparc +#------------------------------------------------------- + +# Include definitions common to all Unix target archs +include $(CONFIG)/os/CONFIG.Common.UnixCommon + +OS_CLASS = solaris +ARCH_CLASS = sparc + +GCC_POSIX_CPPFLAGS += -D__EXTENSIONS__ +G++_POSIX_CPPFLAGS += -D__EXTENSIONS__ + +GCC_STATIC_LDLIBS_YES= -lposix4 -lpthread -lthread +GCC_STATIC_LDLIBS_NO= -lposix4 -lpthread -lthread +G++_STATIC_LDLIBS_YES= -lposix4 -lpthread -lthread +G++_STATIC_LDLIBS_NO= -lposix4 -lpthread -lthread + +ARCH_DEP_CPPFLAGS = -DSOLARIS +# socket and nsl needed by libca.a +ARCH_DEP_LDLIBS += -lsocket -lnsl + +# use loader's -R option +DEPLIB_LDFLAGS += $(sort $(DEPLIB_DIRS:%=-R%)) +