[PATCH] target/loongarch/README: Remove unnecessary parameter.

Song Gao posted 1 patch 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230328093555.3539823-1-gaosong@loongson.cn
Maintainers: Song Gao <gaosong@loongson.cn>, Xiaojuan Yang <yangxiaojuan@loongson.cn>
target/loongarch/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] target/loongarch/README: Remove unnecessary parameter.
Posted by Song Gao 1 year ago
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é <philmd@linaro.org>
Signed-off-by: Song Gao <gaosong@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


Re: [PATCH] target/loongarch/README: Remove unnecessary parameter.
Posted by gaosong 1 year ago
Ping~

在 2023/3/28 下午5:35, Song Gao 写道:
> 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é <philmd@linaro.org>
> Signed-off-by: Song Gao <gaosong@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
>