public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bviyer at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/59094] [4.9 Regression] Cilk runtime library headers are installed into the general include directory
Date: Thu, 14 Nov 2013 03:57:00 -0000	[thread overview]
Message-ID: <bug-59094-4-58XA8mAxwO@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-59094-4@http.gcc.gnu.org/bugzilla/>

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-bugzilla@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.
>


  parent reply	other threads:[~2013-11-14  3:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-12 21:56 [Bug bootstrap/59094] New: " d.g.gorbachev at gmail dot com
2013-11-12 21:58 ` [Bug bootstrap/59094] " d.g.gorbachev at gmail dot com
2013-11-14  3:57 ` bviyer at gmail dot com [this message]
2013-11-14  8:44 ` rguenth at gcc dot gnu.org
2013-11-14 16:14 ` d.g.gorbachev at gmail dot com
2014-01-09 16:52 ` bviyer at gcc dot gnu.org
2014-01-09 17:47 ` law at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-59094-4-58XA8mAxwO@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).