This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgomp/25884] [4.2 Regression] libgomp should not require perl to compile
- From: "rth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jan 2006 19:18:03 -0000
- Subject: [Bug libgomp/25884] [4.2 Regression] libgomp should not require perl to compile
- References: <bug-25884-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from rth at gcc dot gnu dot org 2006-01-25 19:18 -------
Subject: Bug 25884
Author: rth
Date: Wed Jan 25 19:17:57 2006
New Revision: 110220
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110220
Log:
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.
Removed:
trunk/libgomp/mkomp_h.pl
Modified:
trunk/libgomp/ChangeLog
trunk/libgomp/Makefile.am
trunk/libgomp/Makefile.in
trunk/libgomp/configure
trunk/libgomp/configure.ac
trunk/libgomp/libgomp_f.h.in
trunk/libgomp/omp.h.in
trunk/libgomp/omp_lib.f90.in
trunk/libgomp/omp_lib.h.in
trunk/libgomp/testsuite/Makefile.in
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25884