diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-25 19:17:57 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-25 19:17:57 +0000 |
commit | 107c3bbf1dee3e0bdbbc678f2f81ec02f309b104 (patch) | |
tree | 3ed40bb4cdbf2ad9a5a53d51d9e40585078f01cf /libgomp/omp_lib.f90.in | |
parent | 1dd35f23bda4b7006fedbb002fbb460f2f4e6d8d (diff) | |
download | gcc-107c3bbf1dee3e0bdbbc678f2f81ec02f309b104.tar.gz |
PR libgomp/25884
* Makefile.am (omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Remove.
* configure.ac (PERL): Don't set.
(gstdint.h, omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Create here.
(OMP_LOCK_SIZE, OMP_LOCK_ALIGN, OMP_LOCK_KIND, OMP_NEST_LOCK_SIZE,
OMP_NEST_LOCK_ALIGN, OMP_NEST_LOCK_KIND): New substitutions.
* omp.h.in: Wrap the new configure substitutions with @ characters.
* omp_lib.h.in, omp_lib.f90.in, libgomp_f.h.in: Likewise.
* aclocal.m4, configure, Makefile.in: Regenerate.
* mkomp_h.pl: Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110220 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/omp_lib.f90.in')
-rw-r--r-- | libgomp/omp_lib.f90.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgomp/omp_lib.f90.in b/libgomp/omp_lib.f90.in index da5ee993c38..4b8553b3236 100644 --- a/libgomp/omp_lib.f90.in +++ b/libgomp/omp_lib.f90.in @@ -28,8 +28,8 @@ module omp_lib_kinds integer, parameter :: omp_integer_kind = 4 integer, parameter :: omp_logical_kind = 4 - integer, parameter :: omp_lock_kind = OMP_LOCK_KIND - integer, parameter :: omp_nest_lock_kind = OMP_NEST_LOCK_KIND + integer, parameter :: omp_lock_kind = @OMP_LOCK_KIND@ + integer, parameter :: omp_nest_lock_kind = @OMP_NEST_LOCK_KIND@ end module module omp_lib |