The parameter '--disable-werror' is not required when building the 'loongarch64-linux-user' target.
Fixes: c32b3fec34 ("target/loongarch: Update README") Reported-by: Philippe Mathieu-Daudé <phi...@linaro.org> Signed-off-by: Song Gao <gaos...@loongson.cn> --- target/loongarch/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/loongarch/README b/target/loongarch/README index 0b9dc0d40a..488b802d5c 100644 --- a/target/loongarch/README +++ b/target/loongarch/README @@ -24,7 +24,7 @@ 2. Test tests/tcg/multiarch. - ./configure --static --prefix=/usr --disable-werror --target-list="loongarch64-linux-user" --enable-debug + ./configure --static --prefix=/usr --target-list="loongarch64-linux-user" --enable-debug cd build -- 2.31.1