diff options
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], [*], |