diff options
| author | Po Lu | 2025-04-15 17:20:05 +0800 |
|---|---|---|
| committer | Po Lu | 2025-04-15 17:21:25 +0800 |
| commit | 638b084a611316c6fa4a58adb4dec97e461b31da (patch) | |
| tree | e7dacb576402421866bdd1a472cbc63106cfa1b8 /exec | |
| parent | 1aa14f8fc548eca8eaff91b55e92672fd510ae37 (diff) | |
| download | emacs-638b084a611316c6fa4a58adb4dec97e461b31da.tar.gz emacs-638b084a611316c6fa4a58adb4dec97e461b31da.zip | |
Unconditionally define MIPS_NABI on mips64el
* exec/configure.ac (MIPS_NABI): Always define to 1 on
mips64el-*-linux*.
Diffstat (limited to 'exec')
| -rw-r--r-- | exec/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 470 | AS_IF([test "x$exec_cv_as_daddi" != "xyes"], | 470 | AS_IF([test "x$exec_cv_as_daddi" != "xyes"], |
| 471 | [DADDI_BROKEN=yes]) | 471 | [DADDI_BROKEN=yes]) |
| 472 | exec_CHECK_LINUX_CLONE3 | 472 | exec_CHECK_LINUX_CLONE3 |
| 473 | exec_CHECK_MIPS_NABI | 473 | AC_DEFINE([MIPS_NABI], [1], |
| 474 | [Define to 1 if MIPS NABI calling convention is being used.]) | ||
| 474 | LOADERFLAGS="$LOADERFLAGS $LDPREFIX-Ttext=0x3e00000000" | 475 | LOADERFLAGS="$LOADERFLAGS $LDPREFIX-Ttext=0x3e00000000" |
| 475 | is_mips=yes | 476 | is_mips=yes |
| 476 | exec_loader=loader-mips64el.s], [*], | 477 | exec_loader=loader-mips64el.s], [*], |