qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Song Gao
Subject: [PATCH] target/loongarch/README: Remove unnecessary parameter.
Date: Tue, 28 Mar 2023 17:35:55 +0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]