]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/config/mh-solaris
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / config / mh-solaris
index 8f5d3043c285aa2c3a0b0234e9d3c4d3b76ad3c8..25bd82143270e116767f72dfd4c957c024828c07 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-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
@@ -12,9 +12,6 @@ SHAREDLIBCPPFLAGS = -DPIC
 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
@@ -32,12 +29,11 @@ SHLIB.cc=   $(CXX) $(CXXFLAGS) $(LDFLAGS) -G
 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
@@ -74,7 +70,6 @@ STATIC_O = o
 # 
 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