http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58925
--- Comment #5 from Balaji V. Iyer <bviyer at gmail dot com> --- Hi, I just submitted a patch to the gcc-patches mailing list. Can you try that out? Thanks, Balaji V. Iyer. On Thu, Oct 31, 2013 at 6:02 PM, octoploid at yandex dot com < gcc-bugzi...@gcc.gnu.org> wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58925 > > --- Comment #4 from octoploid at yandex dot com --- > The following patch fixes the issue for me: > > diff --git a/libcilkrts/Makefile.am b/libcilkrts/Makefile.am > index f332cfb13de6..40a19787fda7 100644 > --- a/libcilkrts/Makefile.am > +++ b/libcilkrts/Makefile.am > @@ -47,6 +47,8 @@ AM_CFLAGS = $(GENERAL_FLAGS) -std=c99 > AM_CPPFLAGS = $(GENERAL_FLAGS) > AM_LDFLAGS = -lpthread -ldl > > +gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) > + > # Target list. > toolexeclib_LTLIBRARIES = libcilkrts.la > > diff --git a/libcilkrts/Makefile.in b/libcilkrts/Makefile.in > index 35e270518211..47ea956ee457 100644 > --- a/libcilkrts/Makefile.in > +++ b/libcilkrts/Makefile.in > @@ -346,6 +346,8 @@ AM_CFLAGS = $(GENERAL_FLAGS) -std=c99 > AM_CPPFLAGS = $(GENERAL_FLAGS) > AM_LDFLAGS = -lpthread -ldl > > +gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) > + > # Target list. > toolexeclib_LTLIBRARIES = libcilkrts.la > libcilkrts_la_SOURCES = \ > > -- > You are receiving this mail because: > You are on the CC list for the bug. >