This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Build] libcilkrts/Makefile.am: Install cilk.h
- From: Tobias Burnus <burnus at net-b dot de>
- To: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 20 Mar 2014 21:24:31 +0100
- Subject: Re: [Build] libcilkrts/Makefile.am: Install cilk.h
- Authentication-results: sourceware.org; auth=none
- References: <531C092D dot 4050503 at net-b dot de>
It turned out, that my testing of the original state was screwed up and
cilk.h was actually installed - see R other/60589. (Sorry!) There is
still another issue, but that I will by a new patch.
Reverted the patch of Rev. 208440 in Rev. 208736
Tobias
Tobias Burnus wrote:
The attached patch installs cilk.h such that "#include <cilk/cilk.h>"
works.
Bootstrapped on x86-64-gnu-linux.
OK for the trunk?
(If you wonder about the other changes in the generated-files diff: I
think they are due to r205357, where configure.ac changed and
configure was regenerated but Makefile.in and aclocal.m4 were not.)
Tobias