[PATCH 5/5] gdb: Disable tests
Hauke Mehrtens
hauke at hauke-m.de
Wed Oct 28 19:18:25 EDT 2020
We do not use the tests or ubsan in our gdb package.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/devel/gdb/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/devel/gdb/Makefile b/package/devel/gdb/Makefile
index 50d43e9fc193..e824f09e8fd0 100644
--- a/package/devel/gdb/Makefile
+++ b/package/devel/gdb/Makefile
@@ -58,6 +58,8 @@ CONFIGURE_ARGS+= \
--with-system-zlib \
--without-expat \
--without-lzma \
+ --disable-unit-tests \
+ --disable-ubsan \
--disable-sim \
--disable-werror \
--disable-source-highlight
--
2.20.1
More information about the openwrt-devel
mailing list