http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59094

--- Comment #2 from Balaji V. Iyer <bviyer at gmail dot com> ---
Hi Dmitry,
    Can you please confirm if the following patch works for you?

Thanks,

Balaji V. Iyer.

===================================================================
--- libcilkrts/Makefile.in      (revision 204770)
+++ libcilkrts/Makefile.in      (working copy)
@@ -401,7 +401,8 @@
        -no-undefined

 # C/C++ header files for Cilk.
-cilkincludedir = $(includedir)/cilk
+# cilkincludedir = $(includedir)/cilk
+cilkincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include/cilk
 cilkinclude_HEADERS = \
   include/cilk/cilk_api.h          \
   include/cilk/cilk_api_linux.h    \
Index: libcilkrts/Makefile.am
===================================================================
--- libcilkrts/Makefile.am      (revision 204770)
+++ libcilkrts/Makefile.am      (working copy)
@@ -108,7 +108,8 @@
 libcilkrts_la_LDFLAGS += -no-undefined

 # C/C++ header files for Cilk.
-cilkincludedir = $(includedir)/cilk
+# cilkincludedir = $(includedir)/cilk
+cilkincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include/cilk
 cilkinclude_HEADERS =              \
   include/cilk/cilk_api.h          \
   include/cilk/cilk_api_linux.h    \



On Tue, Nov 12, 2013 at 4:58 PM, d.g.gorbachev at gmail dot com <
gcc-bugzi...@gcc.gnu.org> wrote:

> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59094
>
> Dmitry Gorbachev <d.g.gorbachev at gmail dot com> changed:
>
>            What    |Removed                     |Added
>
> ----------------------------------------------------------------------------
>                  CC|                            |bviyer at gcc dot gnu.org
> ,
>                    |                            |bviyer at gmail dot com
>
> --- Comment #1 from Dmitry Gorbachev <d.g.gorbachev at gmail dot com> ---
> CC'ing the Cilk runtime library maintainer.
>
> This is like the libvtv bug 58441...
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.
>

Reply via email to