Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] libgomp: add libgomp (openmp) library, and build for powerpc targets by default
@ 2012-07-06  4:32 Matthew McClintock
  2012-07-06  5:25 ` Khem Raj
  2012-07-08 21:17 ` Saul Wold
  0 siblings, 2 replies; 11+ messages in thread
From: Matthew McClintock @ 2012-07-06  4:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 meta/recipes-devtools/gcc/gcc-4.6.inc               |    2 +-
 meta/recipes-devtools/gcc/gcc-configure-runtime.inc |    2 ++
 meta/recipes-devtools/gcc/gcc-package-runtime.inc   |    9 +++++++++
 3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc
index 020e21b..32545eb 100644
--- a/meta/recipes-devtools/gcc/gcc-4.6.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.6.inc
@@ -1,6 +1,6 @@
 require gcc-common.inc
 
-PR = "r25"
+PR = "r26"
 
 # Third digit in PV should be incremented after a minor release
 # happens from this branch on gcc e.g. currently its 4.6.0
diff --git a/meta/recipes-devtools/gcc/gcc-configure-runtime.inc b/meta/recipes-devtools/gcc/gcc-configure-runtime.inc
index 34bfaeb..a7d478c 100644
--- a/meta/recipes-devtools/gcc/gcc-configure-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-configure-runtime.inc
@@ -9,6 +9,8 @@ EXTRA_OECONF_PATHS = " \
     --with-build-sysroot=${STAGING_DIR_TARGET}"
 
 RUNTIMETARGET = "libssp libstdc++-v3"
+RUNTIMETARGET_append_powerpc = " libgomp"
+RUNTIMETARGET_append_powerpc64 = " libgomp"
 #  ?
 # libiberty
 # libmudflap
diff --git a/meta/recipes-devtools/gcc/gcc-package-runtime.inc b/meta/recipes-devtools/gcc/gcc-package-runtime.inc
index feb8735..001a444 100644
--- a/meta/recipes-devtools/gcc/gcc-package-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-package-runtime.inc
@@ -13,6 +13,8 @@ PACKAGES = "\
   libgfortran-dev \
   libmudflap \
   libmudflap-dev \
+  libgomp \
+  libgomp-dev \
 "
 # The base package doesn't exist, so we clear the recommends.
 RRECOMMENDS_${PN}-dbg = ""
@@ -61,3 +63,10 @@ FILES_libmudflap-dev = "\
   ${libdir}/libmudflap*.a \
   ${libdir}/libmudflap*.la"
 
+FILES_libgomp = "${libdir}/libgomp*.so.*"
+FILES_libgomp-dev = "\
+  ${libdir}/libgomp*.so \
+  ${libdir}/libgomp*.a \
+  ${libdir}/libgomp*.la \
+  ${libdir}/libgomp.spec \
+  ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/omp.h"
-- 
1.7.10





^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-07-09 21:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-06  4:32 [PATCH] libgomp: add libgomp (openmp) library, and build for powerpc targets by default Matthew McClintock
2012-07-06  5:25 ` Khem Raj
2012-07-06  5:36   ` McClintock Matthew-B29882
2012-07-06  6:13     ` Khem Raj
2012-07-06 14:26       ` McClintock Matthew-B29882
2012-07-06 16:05         ` Khem Raj
2012-07-06 19:31           ` McClintock Matthew-B29882
2012-07-08 21:17 ` Saul Wold
2012-07-08 21:19   ` Saul Wold
2012-07-09 20:09     ` McClintock Matthew-B29882
2012-07-09 20:35       ` McClintock Matthew-B29882

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox