Searched refs:NEED_COMPAT (Results 1 – 5 of 5) sorted by relevance
99 .if defined(NEED_COMPAT)101 .warning NEED_COMPAT defined, but no LIBCOMPAT is available (COMPAT_ARCH == ${COMPAT_ARCH})102 .elif !${HAS_COMPAT:M${NEED_COMPAT}} && ${NEED_COMPAT} != "any"103 .error NEED_COMPAT (${NEED_COMPAT}) defined, but not in HAS_COMPAT (${HAS_COMPAT})104 .elif ${NEED_COMPAT} == "any"107 .error Both WANT_COMPAT and NEED_COMPAT defined109 WANT_COMPAT:= ${NEED_COMPAT}
473 NEED_COMPAT Build and link targeting a compatibility ABI or fail if it477 WANT_COMPAT Similar to NEED_COMPAT, but build with the base ABI if
2 NEED_COMPAT= 32 macro
18 .if !defined(NEED_COMPAT)