From 3f1f6053013d0015e9f115a91a11744807649a07 Mon Sep 17 00:00:00 2001 From: Vicente Olivert Riera Date: Tue, 29 Sep 2015 17:28:33 +0100 Subject: configure: address a copy-paste typo The correct instruction for mips32r1 is addi. Signed-off-by: Vicente Olivert Riera Signed-off-by: Luca Barbato --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index cb48ee199d..58a8cb6c4a 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3