abinfo "Enabling ASM code on supported platforms ..."
if ab_match_arch amd64; then
    export ARCH_SUFFIX=_x64
elif ab_match_arch arm64; then
    export ARCH_SUFFIX=_arm64
elif ab_match_arch i486; then
    export ARCH_SUFFIX=_x86
fi
# Note: We are not using cmpl_gcc_arm.mak because it's completely unneccessary.
# Upstream has not maintained the arm asm code for at least **10** years and the
# code is obviously obsolete. When PLATFORM is arm, nothing changes.
# Using the common makefile for arm
