Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH v3 2/2] libgomp: add libgomp (openmp) library, and build for powerpc targets by default
Date: Tue, 10 Jul 2012 08:26:17 -0700	[thread overview]
Message-ID: <4FFC4999.3090004@gmail.com> (raw)
In-Reply-To: <1341931858-16028-1-git-send-email-msm@freescale.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 7/10/2012 7:50 AM, Matthew McClintock wrote:
> Signed-off-by: Matthew McClintock <msm@freescale.com> --- 
> meta/recipes-devtools/gcc/gcc-4.7.inc               |    2 +- 
> meta/recipes-devtools/gcc/gcc-configure-runtime.inc |    7 +++++++ 
> meta/recipes-devtools/gcc/gcc-package-runtime.inc   |   14
> +++++++++++++- 3 files changed, 21 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc
> b/meta/recipes-devtools/gcc/gcc-4.7.inc index c7dbc3c..be142a1
> 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 = "r3" +PR = "r4"
> 
> # Third digit in PV should be incremented after a minor release #
> happens from this branch on gcc e.g. currently its 4.7.1 diff --git
> a/meta/recipes-devtools/gcc/gcc-configure-runtime.inc
> b/meta/recipes-devtools/gcc/gcc-configure-runtime.inc index
> 095d6c1..acd6599 100644 ---
> a/meta/recipes-devtools/gcc/gcc-configure-runtime.inc +++
> b/meta/recipes-devtools/gcc/gcc-configure-runtime.inc @@ -8,6 +8,8
> @@ EXTRA_OECONF_PATHS = " \ 
> --with-build-sysroot=${STAGING_DIR_TARGET}"
> 
> RUNTIMETARGET = "libssp libstdc++-v3" +RUNTIMETARGET_append_powerpc
> = " libgomp" +RUNTIMETARGET_append_powerpc64 = " libgomp" #  ? #
> libiberty # libmudflap @@ -41,6 +43,11 @@ do_install () { for d in
> ${RUNTIMETARGET}; do cd ${B}/$target/$d/ oe_runmake 'DESTDIR=${D}'
> MULTIBUILDTOP=${B}/$target/$d/ install +		if [ "$d" == "libgomp" ];
> then

== is still bash :) use = instead
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/8SZkACgkQuwUzVZGdMxS67QCeL7wjlRjmmhS7XdnAXm8EnaE0
3mQAnjwC9nKb6MLXEuvPmAJLUxkxwoTk
=gxTt
-----END PGP SIGNATURE-----



      reply	other threads:[~2012-07-10 15:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-10 14:50 [PATCH v3 2/2] libgomp: add libgomp (openmp) library, and build for powerpc targets by default Matthew McClintock
2012-07-10 15:26 ` Khem Raj [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FFC4999.3090004@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox