configure: address a copy-paste typo

The correct instruction for mips32r1 is addi.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
Vicente Olivert Riera 2015-09-29 17:28:33 +01:00 committed by Luca Barbato
parent 26e8fa3b50
commit 3f1f605301
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4079,7 +4079,7 @@ elif enabled mips; then
else
check_inline_asm mips32r6 '"aui $0, $0, 0"' ||
check_inline_asm mips32r2 '"ext $0, $0, 0, 1"' ||
check_inline_asm mips32r1 '"daddi $0, $0, 0"'
check_inline_asm mips32r1 '"addi $0, $0, 0"'
fi
elif enabled parisc; then