diff options
author | Matthew McClintock <msm@freescale.com> | 2012-07-10 16:12:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-11 11:35:16 +0100 |
commit | b76a7bc8dcb7aed7d6f026e77a226837004c50af (patch) | |
tree | 258b9b6b37c7ba928578d535ad5afd11269bbfd4 /meta/recipes-devtools/gcc/gcc-4.7.inc | |
parent | 1b428f0151a5b86332b501871bf4a925b43580a5 (diff) | |
download | openembedded-core-b76a7bc8dcb7aed7d6f026e77a226837004c50af.tar.gz openembedded-core-b76a7bc8dcb7aed7d6f026e77a226837004c50af.tar.bz2 openembedded-core-b76a7bc8dcb7aed7d6f026e77a226837004c50af.zip |
libgomp: add libgomp (openmp) library, and build for powerpc targets by default
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.7.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.7.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index be142a13fb..0e40533dd7 100644 --- a/meta/recipes-devtools/gcc/gcc-4.7.inc +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc @@ -1,6 +1,6 @@ require gcc-common.inc -PR = "r4" +PR = "r5" # Third digit in PV should be incremented after a minor release # happens from this branch on gcc e.g. currently its 4.7.1 |