Re: [OE-core] [PATCH] gcc: Enable OpenMP compiling and library

2013-01-20 Thread Richard Purdie
On Sat, 2013-01-19 at 10:31 +0100, mike.looijm...@topic.nl wrote: > From: Mike Looijmans > > Multicore embedded systems are getting more and more common. > > Remove "--disable-openmp" from the GCC configuration options and > always build libgomp. This only creates a "bigger" compiler but > has n

[OE-core] [PATCH] gcc: Enable OpenMP compiling and library

2013-01-19 Thread mike . looijmans
From: Mike Looijmans Multicore embedded systems are getting more and more common. Remove "--disable-openmp" from the GCC configuration options and always build libgomp. This only creates a "bigger" compiler but has no effect on the compiled binaries that don't use openmp. Tested a clean build o