Module Name: src
Committed By: mrg
Date: Sun Apr 11 00:26:04 UTC 2021
Modified Files:
src/external/gpl3/gcc/dist/gcc: Makefile.in
Log Message:
re-disable selftests
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/external/gpl3/gcc/dist/gcc/Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/gcc/Makefile.in
diff -u src/external/gpl3/gcc/dist/gcc/Makefile.in:1.22 src/external/gpl3/gcc/dist/gcc/Makefile.in:1.23
--- src/external/gpl3/gcc/dist/gcc/Makefile.in:1.22 Sun Apr 11 00:02:11 2021
+++ src/external/gpl3/gcc/dist/gcc/Makefile.in Sun Apr 11 00:26:04 2021
@@ -1733,7 +1733,7 @@ $(FULL_DRIVER_NAME): ./xgcc
#
# 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.