Unconditionally define MIPS_NABI on mips64el
* exec/configure.ac (MIPS_NABI): Always define to 1 on mips64el-*-linux*.
This commit is contained in:
parent
1aa14f8fc5
commit
638b084a61
1 changed files with 2 additions and 1 deletions
|
@ -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], [*],
|
||||
|
|
Loading…
Add table
Reference in a new issue