jdk/make/common/Defs-solaris.gmk
changeset 10700 31c24f40f614
parent 10603 c315c8424ce2
child 11369 d1de4020afbd
equal deleted inserted replaced
10699:c6b5b935cce7 10700:31c24f40f614
   709 LIBSOCKET = -lsocket
   709 LIBSOCKET = -lsocket
   710 
   710 
   711 # Network Services library
   711 # Network Services library
   712 LIBNSL = -lnsl
   712 LIBNSL = -lnsl
   713 
   713 
       
   714 # service configuration facility library
       
   715 LIBSCF = -lscf
       
   716 
   714 # GLOBAL_KPIC: If set means all libraries are PIC, position independent code
   717 # GLOBAL_KPIC: If set means all libraries are PIC, position independent code
   715 #    EXCEPT for select compiles
   718 #    EXCEPT for select compiles
   716 #    If a .o file is compiled non-PIC then it should be forced
   719 #    If a .o file is compiled non-PIC then it should be forced
   717 #	   into the RW data segment with a mapfile option. This is done
   720 #	   into the RW data segment with a mapfile option. This is done
   718 #    with object files which generated from .s files.
   721 #    with object files which generated from .s files.