Changeset View
Changeset View
Standalone View
Standalone View
share/mk/src.libnames.mk
Show First 20 Lines • Show All 396 Lines • ▼ Show 20 Lines | |||||
# Use libssp_nonshared only on i386 and power*. Other archs emit direct calls | # Use libssp_nonshared only on i386 and power*. Other archs emit direct calls | ||||
# to __stack_chk_fail, not __stack_chk_fail_local provided by libssp_nonshared. | # to __stack_chk_fail, not __stack_chk_fail_local provided by libssp_nonshared. | ||||
.if ${MK_SSP} != "no" && \ | .if ${MK_SSP} != "no" && \ | ||||
(${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH:Mpower*} != "") | (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH:Mpower*} != "") | ||||
_DP_c+= ssp_nonshared | _DP_c+= ssp_nonshared | ||||
.endif | .endif | ||||
_DP_stats= sbuf pthread | _DP_stats= sbuf pthread | ||||
_DP_stdthreads= pthread | _DP_stdthreads= pthread | ||||
_DP_tacplus= md | _DP_tacplus= md pam | ||||
_DP_ncursesw= tinfow | _DP_ncursesw= tinfow | ||||
_DP_formw= ncursesw | _DP_formw= ncursesw | ||||
_DP_nvpair= spl | _DP_nvpair= spl | ||||
_DP_panelw= ncursesw | _DP_panelw= ncursesw | ||||
_DP_rpcsec_gss= gssapi | _DP_rpcsec_gss= gssapi | ||||
_DP_smb= kiconv | _DP_smb= kiconv | ||||
_DP_ulog= md | _DP_ulog= md | ||||
_DP_fifolog= z | _DP_fifolog= z | ||||
▲ Show 20 Lines • Show All 381 Lines • Show Last 20 Lines |