]> Savannah Git Hosting - gnulib.git/commit
openmp: Add workaround for 32-bit programs on AIX.
authorBruno Haible <bruno@clisp.org>
Tue, 9 Apr 2019 19:02:35 +0000 (21:02 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 9 Apr 2019 19:03:38 +0000 (21:03 +0200)
commitf6225ebbe70d592453edcb47f9238eb4336edca9
treeb0e8843a6e53073b642176ddc46543f0a4b52f26
parent3fbebf8c8e11185e8c2ed841160e6043a0e9d925
openmp: Add workaround for 32-bit programs on AIX.

* lib/omp.in.h: New file.
* lib/omp-init.c: New file, based on lib/nproc.c.
* m4/omp_h.m4: New file.
* modules/openmp (Files): Add them.
(Depends-on): Add include_next, c-ctype, setenv.
(configure.ac): Invoke gl_OMP_H.
(Makefile.am): Add rules to create omp.h and compile omp-init.c.
(Include): Mention <omp.h>.
ChangeLog
lib/omp-init.c [new file with mode: 0644]
lib/omp.in.h [new file with mode: 0644]
m4/omp_h.m4 [new file with mode: 0644]
modules/openmp