fix for PR bootstrap/58951 +2013-11-04 Balaji V.

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
This commit is contained in:
Balaji V. Iyer 2013-11-05 04:12:53 +00:00 committed by Balaji V. Iyer
parent 94fee6d51b
commit 6310844b65
3 changed files with 8 additions and 2 deletions

View 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>.

View 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)

View 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)