This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/60644] [4.9/4.10 Regression] Build of i686-pc-linux-android is broken


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60644

--- Comment #8 from bviyer at gcc dot gnu.org ---
Author: bviyer
Date: Fri Apr 11 19:56:42 2014
New Revision: 209324

URL: http://gcc.gnu.org/viewcvs?rev=209324&root=gcc&view=rev
Log:
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.
+


Modified:
    trunk/libcilkrts/ChangeLog
    trunk/libcilkrts/include/cilk/metaprogramming.h
    trunk/libcilkrts/include/cilk/reducer_min_max.h
    trunk/libcilkrts/runtime/bug.h
    trunk/libcilkrts/runtime/os-unix.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]