From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ed Blake Date: Tue, 26 Mar 2019 14:06:39 +0000 Subject: [Buildroot] [PATCH v2 0/4] toolchain-external: add OpenMP support In-Reply-To: <20190326145357.780dfbef@windsurf> References: <20190326123032.9905-1-ed.blake@sondrel.com> <20190326145357.780dfbef@windsurf> Message-ID: <20190326140637.2b12301b@blake-linux> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Tue, 26 Mar 2019 14:53:57 +0100 Thomas Petazzoni wrote: > Hello Ed, > > On Tue, 26 Mar 2019 12:30:44 +0000 > Ed Blake wrote: > > > Ed Blake (4): > > toolchain-external: introduce BR2_TOOLCHAIN_HAS_OPENMP > > package/gcc: select BR2_TOOLCHAIN_HAS_OPENMP if BR2_GCC_ENABLE_OPENMP > > toolchain-external: enable OpenMP for supporting toolchains > > package: use BR2_TOOLCHAIN_HAS_OPENMP > > Thanks, this looks good to me overall, but I didn't receive PATCH 2/4, > and patchwork didn't receive it as well. Do you know what happened with PATCH 2/4 ? It's appeared on patchwork now. Sorry, not sure why it was delayed. Ed. > > Best regards, > > Thomas