summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 706835541e4..41a78e6a5bc 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,15 @@
+2018-11-26 Jakub Jelinek <jakub@redhat.com>
+
+ * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Drop dejagnu.
+ (RUNTEST): Don't define.
+ (RUNTESTDEFAULTFLAGS): Add.
+ (check-DEJAGNU, site.exp, distclean-DEJAGNU): New goals.
+ (distclean-am): Depend on distclean-DEJAGNU.
+ (check-am): If -j% option is present in MFLAGS and if
+ `getconf _NPROCESSORS_ONLN` is more than 8, export OMP_NUM_THREADS=8.
+ (.PHONY): Add check-DEJAGNU and distclean-DEJAGNU.
+ * testsuite/Makefile.in: Regenerated.
+
2018-11-26 Richard Biener <rguenther@suse.de>
PR tree-optimization/88182