From: Po Lu Date: Tue, 15 Apr 2025 09:20:05 +0000 (+0800) Subject: Unconditionally define MIPS_NABI on mips64el X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cfc78edb62eff2cd7d8c4938c845de1d9bffcb03;p=emacs.git Unconditionally define MIPS_NABI on mips64el * exec/configure.ac (MIPS_NABI): Always define to 1 on mips64el-*-linux*. (cherry picked from commit 638b084a611316c6fa4a58adb4dec97e461b31da) --- diff --git a/exec/configure.ac b/exec/configure.ac index 3415a0aa91c..ef825e26788 100644 --- a/exec/configure.ac +++ b/exec/configure.ac @@ -470,7 +470,8 @@ _ACEOF AS_IF([test "x$exec_cv_as_daddi" != "xyes"], [DADDI_BROKEN=yes]) exec_CHECK_LINUX_CLONE3 - exec_CHECK_MIPS_NABI + AC_DEFINE([MIPS_NABI], [1], + [Define to 1 if MIPS NABI calling convention is being used.]) LOADERFLAGS="$LOADERFLAGS $LDPREFIX-Ttext=0x3e00000000" is_mips=yes exec_loader=loader-mips64el.s], [*],