diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2019-05-30 09:06:48 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2019-05-30 09:06:48 +0000 |
commit | a7155c2e0b061212722faf5744cb3781e9a18aa3 (patch) | |
tree | 85909d95bf4225e5242b1334f4f28f777989c56f /libgomp/aclocal.m4 | |
parent | b8148c42da02357784830917421d6091fbe69a83 (diff) | |
download | gcc-a7155c2e0b061212722faf5744cb3781e9a18aa3.tar.gz |
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 'libgomp/aclocal.m4')
-rw-r--r-- | libgomp/aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgomp/aclocal.m4 b/libgomp/aclocal.m4 index 252d5fca06c..9d3a4ececcc 100644 --- a/libgomp/aclocal.m4 +++ b/libgomp/aclocal.m4 @@ -1168,6 +1168,7 @@ AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([../config/acx.m4]) +m4_include([../config/ax_count_cpus.m4]) m4_include([../config/depstand.m4]) m4_include([../config/enable.m4]) m4_include([../config/futex.m4]) |