summaryrefslogtreecommitdiff
path: root/config/ChangeLog
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2019-05-30 09:06:48 +0000
committerRainer Orth <ro@gcc.gnu.org>2019-05-30 09:06:48 +0000
commita7155c2e0b061212722faf5744cb3781e9a18aa3 (patch)
tree85909d95bf4225e5242b1334f4f28f777989c56f /config/ChangeLog
parentb8148c42da02357784830917421d6091fbe69a83 (diff)
Generalize getconf _NPROCESSORS_ONLN
libgomp: * configure.ac: Call AX_COUNT_CPUS. Substitute CPU_COUNT. * testsuite/Makefile.am (check-am): Use CPU_COUNT as processor count fallback. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in, testsuite/Makefile.in: Regenerate. config: * ax_count_cpus.m4: New file. From-SVN: r271769
Diffstat (limited to 'config/ChangeLog')
-rw-r--r--config/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index b9194c06718..c323fc48d4e 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2019-05-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * ax_count_cpus.m4: New file.
+
2019-05-02 Richard Biener <rguenther@suse.de>
PR bootstrap/85574