projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8698a72
)
gdb: Disable tests
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 24 Oct 2020 21:34:49 +0000
(23:34 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 1 Nov 2020 19:54:37 +0000
(20:54 +0100)
We do not use the tests or ubsan in our gdb package.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/devel/gdb/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/gdb/Makefile
b/package/devel/gdb/Makefile
index 50d43e9fc193c3328b01e789eae20496d44ba471..e824f09e8fd0dc5744139e16d984c31b54e6c50d 100644
(file)
--- 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