## -*-makefile-*-
-## Solaris-specific setup using Sun's workshop compilers
-## Copyright (c) 1999-2004, International Business Machines Corporation and
+## Solaris-specific setup using Sun's compilers
+## Copyright (c) 1999-2006, International Business Machines Corporation and
## others. All Rights Reserved.
## Flags for position independent code
GEN_DEPS.c= $(CC) -xM $(DEFS) $(CPPFLAGS)
GEN_DEPS.cc= $(CXX) -xM $(DEFS) $(CPPFLAGS)
-# -libmil means use the intrinsic library functions like strlen
-CPPFLAGS += -libmil
-
# -mt means 'compiles and links a multithreaded program'
THREADSCFLAGS += -mt
THREADSCXXFLAGS += -mt
LD_RPATH= -R
LD_RPATH_PRE=
+#LIBRARY_PATH_PREFIX=/usr/lib/lwp:
+
## Compiler switch to embed a library name
LD_SONAME = -h $(notdir $(MIDDLE_SO_TARGET))
-## The type of assembly needed when pkgdata is used for generating shared libraries.
-GENCCODE_ASSEMBLY=-a sun
-
## Shared object suffix
SO= so
## Non-shared intermediate object suffix
#
ifeq (strip $(GENCCODE_ASSEMBLY),)
BIR_LDFLAGS= -Wl,-M,$(NAME).map -Wl,-B,symbolic -Wl,-B,eliminate
-BIR_CPPFLAGS= -DU_HAVE_BIND_INTERNAL_REFERENCES
BIR_DEPS= $(NAME).map
endif