Generalize getconf _NPROCESSORS_ONLN
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 30 May 2019 09:06:48 +0000 (09:06 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 30 May 2019 09:06:48 +0000 (09:06 +0000)
commita7155c2e0b061212722faf5744cb3781e9a18aa3
tree85909d95bf4225e5242b1334f4f28f777989c56f
parentb8148c42da02357784830917421d6091fbe69a83
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
config/ChangeLog
config/ax_count_cpus.m4 [new file with mode: 0644]
libgomp/ChangeLog
libgomp/Makefile.in
libgomp/aclocal.m4
libgomp/configure
libgomp/configure.ac
libgomp/testsuite/Makefile.am
libgomp/testsuite/Makefile.in