diff options
author | bviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-09 16:52:23 +0000 |
---|---|---|
committer | bviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-09 16:52:23 +0000 |
commit | 1da814e537e5a9d0fe2fb2a507b5f074a56061ea (patch) | |
tree | b3ff4273c9cc13e7e92b0e8c69e3999a03185fc3 /libcilkrts/ChangeLog | |
parent | 808ea4646c7d906a1f0c46a8ad8539a54593dced (diff) | |
download | gcc-1da814e537e5a9d0fe2fb2a507b5f074a56061ea.tar.gz |
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.
+
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206469 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcilkrts/ChangeLog')
-rw-r--r-- | libcilkrts/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcilkrts/ChangeLog b/libcilkrts/ChangeLog index 74f592b9fc5..5ac0e4863db 100644 --- a/libcilkrts/ChangeLog +++ b/libcilkrts/ChangeLog @@ -1,3 +1,10 @@ +2014-01-09 Balaji V. Iyer <balaji.v.iyer@intel.com> + + bootstrap/59094 + * Makefile.am (cilkincludedir): Fixed a bug to store version-specific + runtime libraries in the correct place. + * Makefile.in: Regenerate. + 2013-12-13 Balaji V. Iyer <balaji.v.iyer@intel.com> * Makefile.am (GENERAL_FLAGS): Removed undefining of Cilk keywords. |