]> git.eshelyaron.com Git - emacs.git/commitdiff
Unconditionally define MIPS_NABI on mips64el
authorPo Lu <luangruo@yahoo.com>
Tue, 15 Apr 2025 09:20:05 +0000 (17:20 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 16 Apr 2025 07:34:55 +0000 (09:34 +0200)
* exec/configure.ac (MIPS_NABI): Always define to 1 on
mips64el-*-linux*.

(cherry picked from commit 638b084a611316c6fa4a58adb4dec97e461b31da)

exec/configure.ac

index 3415a0aa91cc1d57eb62d539e8295ebea90bea7b..ef825e267882e933a3fc27cfcd40e245c7361152 100644 (file)
@@ -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], [*],