Searched refs:NEED_COMPAT (Results 1 – 5 of 5) sorted by relevance
89 .if defined(NEED_COMPAT)91 .warning NEED_COMPAT defined, but no LIBCOMPAT is available (COMPAT_ARCH == ${COMPAT_ARCH})92 .elif !${HAS_COMPAT:M${NEED_COMPAT}} && ${NEED_COMPAT} != "any"93 .error NEED_COMPAT (${NEED_COMPAT}) defined, but not in HAS_COMPAT (${HAS_COMPAT})94 .elif ${NEED_COMPAT} == "any"97 .error Both WANT_COMPAT and NEED_COMPAT defined99 WANT_COMPAT:= ${NEED_COMPAT}
477 NEED_COMPAT Build and link targeting a compatibility ABI or fail if it481 WANT_COMPAT Similar to NEED_COMPAT, but build with the base ABI if
1 NEED_COMPAT= 32 macro
21 .if !defined(NEED_COMPAT)