Commit 3f1f6053 authored by Vicente Olivert Riera's avatar Vicente Olivert Riera Committed by Luca Barbato

configure: address a copy-paste typo

The correct instruction for mips32r1 is addi.
Signed-off-by: 's avatarVicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
parent 26e8fa3b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment