src.libnames.mk (e9d961055aa2502f4915611e8fb2e9f9f9c86719) | src.libnames.mk (0d4f7723bc43e06ca22025740cb826a7f282ea11) |
---|---|
1# 2# The include file <src.libnames.mk> define library names suitable 3# for INTERNALLIB and PRIVATELIB definition 4 5.if !target(__<bsd.init.mk>__) 6.error src.libnames.mk cannot be included directly. 7.endif 8 --- 379 unchanged lines hidden (view full) --- 388_DP_vmmapi= util 389_DP_opencsd= cxxrt 390_DP_ctf= spl z 391_DP_dtrace= ctf elf proc pthread rtld_db xo 392_DP_xo= util 393_DP_ztest= geom m nvpair umem zpool pthread avl zfs_core spl zutil zfs uutil icp 394# The libc dependencies are not strictly needed but are defined to make the 395# assert happy. | 1# 2# The include file <src.libnames.mk> define library names suitable 3# for INTERNALLIB and PRIVATELIB definition 4 5.if !target(__<bsd.init.mk>__) 6.error src.libnames.mk cannot be included directly. 7.endif 8 --- 379 unchanged lines hidden (view full) --- 388_DP_vmmapi= util 389_DP_opencsd= cxxrt 390_DP_ctf= spl z 391_DP_dtrace= ctf elf proc pthread rtld_db xo 392_DP_xo= util 393_DP_ztest= geom m nvpair umem zpool pthread avl zfs_core spl zutil zfs uutil icp 394# The libc dependencies are not strictly needed but are defined to make the 395# assert happy. |
396_DP_c= compiler_rt | 396_DP_c= sys compiler_rt |
397# Use libssp_nonshared only on i386 and power*. Other archs emit direct calls 398# to __stack_chk_fail, not __stack_chk_fail_local provided by libssp_nonshared. 399.if ${MK_SSP} != "no" && \ 400 (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH:Mpower*} != "") 401_DP_c+= ssp_nonshared 402.endif 403_DP_stats= sbuf pthread 404_DP_stdthreads= pthread --- 400 unchanged lines hidden --- | 397# Use libssp_nonshared only on i386 and power*. Other archs emit direct calls 398# to __stack_chk_fail, not __stack_chk_fail_local provided by libssp_nonshared. 399.if ${MK_SSP} != "no" && \ 400 (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH:Mpower*} != "") 401_DP_c+= ssp_nonshared 402.endif 403_DP_stats= sbuf pthread 404_DP_stdthreads= pthread --- 400 unchanged lines hidden --- |