gcc: Enable OpenMP compiling and library
authorMiLo <milo-software@users.sourceforge.net>
Mon, 21 Jan 2013 08:46:59 +0000 (09:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Jan 2013 12:42:43 +0000 (12:42 +0000)
commit9c9437bf3a1807391c782a8e64e180ed94f6c735
tree822634c9d0deb2a349f348f9a6d7efb3a84c4dcc
parentb787600eb0e8895d942ecb7dd11ca794ae904183
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>
meta/recipes-devtools/gcc/gcc-4.7.inc
meta/recipes-devtools/gcc/gcc-configure-runtime.inc