diff options
author | Barry Tannenbaum <barry.m.tannenbaum@intel.com> | 2014-04-11 19:56:42 +0000 |
---|---|---|
committer | Balaji V. Iyer <bviyer@gcc.gnu.org> | 2014-04-11 12:56:42 -0700 |
commit | b1cd42c580ca1ad82341c60a689882e754db6d32 (patch) | |
tree | 645d772791aebf2bf1350cf0a61a68575075b730 /libcilkrts/ChangeLog | |
parent | 4de3afd97262723a676861080ba9c6d93d104dca (diff) | |
download | gcc-b1cd42c580ca1ad82341c60a689882e754db6d32.tar.gz |
re PR bootstrap/60644 (Build of i686-pc-linux-android is broken)
Fix for PR other/60644.
+2014-04-11 Barry Tannenbaum <barry.m.tannenbaum@intel.com>
+
+ PR other/60644
+ * runtime/os-unix.c: Replaced all occurrances of ANDROID with
+ __ANDROID__.
+ * runtime/bug.h: Likewise.
+ * include/cilk/metaprogramming.h: Likewise.
+ * include/cilk/reducer_min_max.h: Likewise.
+
From-SVN: r209324
Diffstat (limited to 'libcilkrts/ChangeLog')
-rw-r--r-- | libcilkrts/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcilkrts/ChangeLog b/libcilkrts/ChangeLog index 80b35c1405d..bb3913b10d9 100644 --- a/libcilkrts/ChangeLog +++ b/libcilkrts/ChangeLog @@ -1,3 +1,12 @@ +2014-04-11 Barry Tannenbaum <barry.m.tannenbaum@intel.com> + + PR other/60644 + * runtime/os-unix.c: Replaced all occurrances of ANDROID with + __ANDROID__. + * runtime/bug.h: Likewise. + * include/cilk/metaprogramming.h: Likewise. + * include/cilk/reducer_min_max.h: Likewise. + 2014-03-26 Tobias Burnus <burnus@net-b.de> * libcilkrts.spec.in: New. |