Alexander Ivchenko
7955b06580
configure.ac: Move pthread affinity test to the place where '-pthread' passed to CFLAGS.
...
libcilkrts/
* configure.ac: Move pthread affinity test to the place where
'-pthread' passed to CFLAGS. Otherwise the test always fails.
(XCFLAGS): New variable for correctly passing
'-pthread'.
(XLDFLAGS): New variable for passing the correct pthread lib.
* configure: Regenerate.
* Makefile.am (AM_CFLAGS): Add $XCFLAGS.
(AM_LDFLAGS): Add $XLDFLAGS.
* Makefile.in: Regenerate.
From-SVN: r213854
2014-08-12 11:06:44 +00:00
Tobias Burnus
b9487dd868
gcc.c (LINK_COMMAND_SPEC): Use libcilkrts.spec for -fcilkplus.
...
gcc/
2014-03-26 Tobias Burnus <burnus@net-b.de>
* gcc.c (LINK_COMMAND_SPEC): Use libcilkrts.spec for -fcilkplus.
(CILK_SELF_SPECS): New define.
(driver_self_specs): Use it.
libcilkrts/
2014-03-26 Tobias Burnus <burnus@net-b.de>
* libcilkrts.spec.in: New.
* Makefile.am: Handle libcilkrts.spec.
* configure.ac: Determine link options for libcilkrts.spec.
* Makefile.in: Regenerate.
* configure: Regenerate.
* aclocal.m4: Regenerate.
From-SVN: r208847
2014-03-26 20:16:35 +01:00
Tobias Burnus
5fbbf2d9dc
re PR other/60589 (Parallel install fails due to multiple cilk.h installs)
...
2014-03-20 Tobias Burnus <burnus@net-b.de>
PR other/60589
Reverted:
2014-03-09 Tobias Burnus <burnus@net-b.de>
* Makefile.am: Install cilk.h.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
From-SVN: r208736
2014-03-20 20:50:51 +01:00
Tobias Burnus
e132905869
Makefile.am: Install cilk.h.
...
2014-03-09 Tobias Burnus <burnus@net-b.de>
* Makefile.am: Install cilk.h.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
From-SVN: r208440
2014-03-09 08:48:48 +01:00
Balaji V. Iyer
c7b0a171d0
Fix for PR bootstrap/59094 +2014-01-09 Balaji V.
...
Fix for PR bootstrap/59094
+2014-01-09 Balaji V. Iyer <balaji.v.iyer@intel.com>
+
+ PR bootstrap/59094
+ * Makefile.am (cilkincludedir): Fixed a bug to store version-specific
+ runtime libraries in the correct place.
+ * Makefile.in: Regenerate.
+
From-SVN: r206469
2014-01-09 08:52:23 -08:00
Balaji V. Iyer
1904eff113
Enabled Usage of _Cilk_spawn and _Cilk_sync in Cilk Runtime (libcilkrts).
...
+2013-12-13 Balaji V. Iyer <balaji.v.iyer@intel.com>
+
+ * Makefile.am (GENERAL_FLAGS): Removed undefining of Cilk keywords.
+ * Makefile.in: Reconfigure.
+ * runtime/symbol_test.c: Added a #define to clear out _Cilk_for.
+
From-SVN: r205965
2013-12-13 08:44:02 -08:00
Balaji V. Iyer
f8ae0b2ac5
Makefile.am (libcilkrts_la_LDFLAGS): Added a check for availability of "-ldl" flag.
...
2013-11-12 Balaji V. Iyer <balaji.v.iyer@intel.com>
* Makefile.am (libcilkrts_la_LDFLAGS): Added a check for availability
of "-ldl" flag.
* configure.ac: Likewise.
* configure: Regenerate
* Makefile.in: Likewise.
From-SVN: r204723
2013-11-12 15:13:13 -08:00
Balaji V. Iyer
6310844b65
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
2013-11-04 20:12:53 -08:00
Balaji V. Iyer
c1cb31a74f
Fix for PR other/58925 +2013-10-31 Balaji V.
...
Fix for PR other/58925
+2013-10-31 Balaji V. Iyer <balaji.v.iyer@intel.com>
+
+ PR other/58925
+ * configure.ac: Added target_alias and GCC_LIBSTDCXX_RAW_CXX_FLAGS
+ fields.
+ * configure: Regenerated.
+ * aclocal.m4: Likewise.
+ * Makefile.in: Likewise.
+ * Makefile.am: Added gcc_version field.
+
From-SVN: r204280
2013-10-31 16:55:21 -07:00
Balaji V. Iyer
3038054c68
Added Cilk runtime library (libcilkrts) into GCC.
...
From-SVN: r204173
2013-10-29 11:37:47 -07:00