diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index be08f740a7..c8cf6e9066 100755 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -227,9 +227,19 @@ endif CPP_${TARCH}:=${GCCPREFIX}cpp AS_${TARCH}:=${GCCPREFIX}as ${ASFLAGS} LD_${TARCH}:=${GCCPREFIX}ld${LINKER_SUFFIX} ${LDFLAGS} +EOF + + if [ "${TARCH}" = "arm64" ]; then + cat <