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