aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-10-24 23:35:13 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2020-11-01 20:54:37 +0100
commit24b51a917372927109d29932ec2ca5ed4497e41f (patch)
tree2368306b650e643d1118862be3524ae287d4009c /toolchain/gdb/Makefile
parent35ac91f19dedf7ddba2a82f1c96b565ac15fbaae (diff)
downloadupstream-24b51a917372927109d29932ec2ca5ed4497e41f.tar.gz
upstream-24b51a917372927109d29932ec2ca5ed4497e41f.tar.bz2
upstream-24b51a917372927109d29932ec2ca5ed4497e41f.zip
toolchain: gdb: Disable tests
Instead of patching the tests out, just remove them with a configure option. No files were generates in the testsuite and unit-test directories. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'toolchain/gdb/Makefile')
-rw-r--r--toolchain/gdb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index 0b4af1164b..3bcc9d1238 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -36,6 +36,8 @@ HOST_CONFIGURE_ARGS = \
--enable-threads \
--with-expat \
--without-python \
+ --disable-unit-tests \
+ --disable-ubsan \
--disable-binutils \
--disable-ld \
--disable-gas \