fix for PR bootstrap/58951 +2013-11-04 Balaji V.
authorBalaji V. Iyer <balaji.v.iyer@intel.com>
Tue, 5 Nov 2013 04:12:53 +0000 (04:12 +0000)
committerBalaji V. Iyer <bviyer@gcc.gnu.org>
Tue, 5 Nov 2013 04:12:53 +0000 (20:12 -0800)
fix for PR bootstrap/58951
+2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       PR bootstrap/58951
+       * Makefile.am (AM_LDFLAGS): Removed -ldl flag.
+       * Makefile.in: Regenerate.
+

From-SVN: r204381

libcilkrts/ChangeLog
libcilkrts/Makefile.am
libcilkrts/Makefile.in

index a21f1429a71a4be066fc7fec61eb9f334885030d..024eda5723149baa510a28198959fad82347e9f0 100644 (file)
@@ -1,3 +1,9 @@
+2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       PR bootstrap/58951
+       * Makefile.am (AM_LDFLAGS): Removed -ldl flag.
+       * Makefile.in: Regenerate.
+
 2013-11-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * runtime/os-unix.c [__sun__ && __svr4__]: Include <sched.h>.
index a3b07efb68b47e3940641df5bb69ddacc42623e5..1a8bafaa1f3c611256d849e41009ed866b45e540 100644 (file)
@@ -45,7 +45,7 @@ GENERAL_FLAGS += -fcilkplus
 
 AM_CFLAGS = $(GENERAL_FLAGS) -std=c99
 AM_CPPFLAGS = $(GENERAL_FLAGS)
-AM_LDFLAGS = -lpthread -ldl
+AM_LDFLAGS = -lpthread 
 
 # May be used by toolexeclibdir.
 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
index 9f459cccf16ebe81705d8696550fea3b39964e09..a35eb7b63bc545b15cdbf68a9e2cc23eeb601bce 100644 (file)
@@ -349,7 +349,7 @@ GENERAL_FLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/runtime \
        -D_Cilk_for=for -fcilkplus
 AM_CFLAGS = $(GENERAL_FLAGS) -std=c99
 AM_CPPFLAGS = $(GENERAL_FLAGS)
-AM_LDFLAGS = -lpthread -ldl
+AM_LDFLAGS = -lpthread 
 
 # May be used by toolexeclibdir.
 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)