Files
poky/meta/recipes-devtools
MiLo 3991c5520e gcc: Enable OpenMP compiling and library
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 on mips32el and arm7a, no problems encountered.

Autoconf will not detect OpenMP after this change, because it will
build and run a target binary on the build system. In order to use
OpenMP, the variable ac_cv_prog_c_openmp=-fopenmp must be set.

(From OE-Core rev: fdf37b792c13a1fc3f63faf471f0403396414a35)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-01-25 12:42:43 +00:00
..
2013-01-07 11:09:36 +00:00
2013-01-07 13:50:40 +00:00
2013-01-07 13:38:29 +00:00
2012-01-03 12:14:31 +00:00
2012-12-19 17:55:06 +00:00
2012-12-19 17:54:54 +00:00
2013-01-07 14:43:24 +00:00
2013-01-18 13:28:10 +00:00
2011-11-29 11:22:04 +00:00
2013-01-10 23:43:10 +00:00
2013-01-07 13:38:27 +00:00
2012-12-13 15:18:42 +00:00
2012-11-24 15:12:35 +00:00
2012-12-26 11:34:09 +00:00
2013-01-07 14:30:50 +00:00
2011-12-08 15:24:32 +00:00
2012-08-19 10:46:39 +01:00