Re: [PATCH] Support OpenMP for task parallelism on Android-ICS/GCC-4.7.2

2013-01-02 Thread Richard Henderson
On 12/26/2012 04:39 PM, Geunsik Lim wrote: > diff --git a/gcc-4.7/gcc/config/linux-android.h > b/gcc-4.7/gcc/config/linux-android.h > index 033cfef..c6d9cdd 100644 > --- a/gcc-4.7/gcc/config/linux-android.h > +++ b/gcc-4.7/gcc/config/linux-android.h > @@ -53,7 +53,8 @@ >"--noexecstack" > >

[PATCH] Support OpenMP for task parallelism on Android-ICS/GCC-4.7.2

2012-12-26 Thread Geunsik Lim
From: Geunsik Lim The patch supports OpenMP library to parallelize the existing C/C++ code (e.g: for task parallelism) rapidly/easily without any modification of android platform on multicore embedded devices. The original patch is made by Keith Obenschain (using GCC 4.4.3). . Archive - https://