[openwrt/openwrt] gdb: Disable tests

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 1 14:54:48 EST 2020


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ffee6bb471a80c8e36a141691fa1a838a69c3991

commit ffee6bb471a80c8e36a141691fa1a838a69c3991
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Oct 24 23:34:49 2020 +0200

    gdb: Disable tests
    
    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 50d43e9fc1..e824f09e8f 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



More information about the lede-commits mailing list