Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/dist/gcc re-disable selftests



details:   https://anonhg.NetBSD.org/src/rev/991b13102f8c
branches:  trunk
changeset: 961116:991b13102f8c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Apr 11 00:26:04 2021 +0000

description:
re-disable selftests

diffstat:

 external/gpl3/gcc/dist/gcc/Makefile.in |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3610f0ae6b21 -r 991b13102f8c external/gpl3/gcc/dist/gcc/Makefile.in
--- a/external/gpl3/gcc/dist/gcc/Makefile.in    Sun Apr 11 00:02:09 2021 +0000
+++ b/external/gpl3/gcc/dist/gcc/Makefile.in    Sun Apr 11 00:26:04 2021 +0000
@@ -1733,7 +1733,7 @@
 #
 # SELFTEST_DEPS need to be set before including language makefile fragments.
 # Otherwise $(SELFTEST_DEPS) is empty when used from <LANG>/Make-lang.in.
-SELFTEST_DEPS = $(GCC_PASSES) stmp-int-hdrs $(srcdir)/testsuite/selftests
+SELFTEST_DEPS = $(GCC_PASSES) stmp-int-hdrs
 
 # Language makefile fragments.
 



Home | Main Index | Thread Index | Old Index