You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release: Properly disable big endian Linux toolchiain
Big endian Linux toolchain should be built only if both ENABLE_BIG_ENDIAN
and ENABLE_LINUX_TOOLS are set to `y`, but previously they depended only on
ENABLE_BIG_ENDIAN, so it was possible to disable little endian Linux tools,
but big endian still would be built. This patch fixes this problem.
Signed-off-by: Anton Kolesov <[email protected]>
0 commit comments