Print this page
9868 unused cw translations should be removed

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libnsl/Makefile.com
          +++ new/usr/src/lib/libnsl/Makefile.com
↓ open down ↓ 175 lines elided ↑ open up ↑
 176  176  # If you need to add more files and the GOT overflows with "pic" items,
 177  177  # then use the environment variable LD_OPTIONS=-Dgot,detail to have the
 178  178  # linker print out the list of GOT hogs..
 179  179  
 180  180  GOTHOGS =       dial.o print_obj.o clnt_perror.o nsl_stdio_prv.o netdir.o \
 181  181                  algs.o netselect.o
 182  182  BIGPICS =       $(GOTHOGS:%=pics/%)
 183  183  $(BIGPICS) :=   sparc_C_PICFLAGS = $(C_BIGPICFLAGS)
 184  184  $(BIGPICS) :=   i386_C_PICFLAGS = $(C_BIGPICFLAGS)
 185  185  
 186      -# Compile C++ code without exceptions to avoid a dependence on libC.
 187      -NOEXCEPTIONS= -noex
 188      -CCFLAGS += $(NOEXCEPTIONS)
 189      -CCFLAGS64 += $(NOEXCEPTIONS)
 190      -
 191  186  CPPFLAGS +=     -I$(SRC)/lib/libnsl/include -D_REENTRANT
 192  187  CPPFLAGS +=     -I$(SRC)/lib/libnsl/dial
 193  188  
 194  189  CFLAGS +=       $(CCVERBOSE)
 195  190  
 196  191  # Make string literals read-only to save memory.
 197  192  CFLAGS +=       $(XSTRCONST)
 198  193  CFLAGS64 +=     $(XSTRCONST)
 199  194  CCFLAGS +=      -_CC=-features=conststrings
 200  195  CCFLAGS64 +=    -_CC=-features=conststrings
↓ open down ↓ 42 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX