From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Martin Ertsaas <mertsas@cisco.com>
Subject: Re: [PATCH] Remove the - between ${TARGET_PREFIX} and ar/nm for the env script, as this will make autotools look for arm-none-linux-gnueabi--ar instead of arm-none-linux-gnueabi-ar.
Date: Thu, 19 Jul 2012 12:03:38 +0200 [thread overview]
Message-ID: <20120719100338.GG3331@jama.jama.net> (raw)
In-Reply-To: <1342691767-3992-1-git-send-email-mertsas@cisco.com>
[-- Attachment #1: Type: text/plain, Size: 1505 bytes --]
On Thu, Jul 19, 2012 at 11:56:07AM +0200, Martin Ertsaas wrote:
> Signed-off-by: Martin Ertsaas <mertsas@cisco.com>
This belongs to oe-core ML
> ---
> meta/classes/toolchain-scripts.bbclass | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass
> index bf37ec9..8f7c644 100644
> --- a/meta/classes/toolchain-scripts.bbclass
> +++ b/meta/classes/toolchain-scripts.bbclass
> @@ -68,8 +68,8 @@ toolchain_create_tree_env_script () {
> echo 'export RANLIB=${TARGET_PREFIX}ranlib' >> $script
> echo 'export OBJCOPY=${TARGET_PREFIX}objcopy' >> $script
> echo 'export OBJDUMP=${TARGET_PREFIX}objdump' >> $script
> - echo 'export AR=${TARGET_PREFIX}-ar' >> $script
> - echo 'export NM=${TARGET_PREFIX}-nm' >> $script
> + echo 'export AR=${TARGET_PREFIX}ar' >> $script
> + echo 'export NM=${TARGET_PREFIX}nm' >> $script
> echo 'export TARGET_PREFIX=${TARGET_PREFIX}' >> $script
> echo 'export CONFIGURE_FLAGS="--target=${TARGET_SYS} --host=${TARGET_SYS} --build=${BUILD_SYS} --with-libtool-sysroot=${STAGING_DIR_TARGET}"' >> $script
> if [ "${TARGET_OS}" = "darwin8" ]; then
> --
> 1.7.8.6
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2012-07-19 10:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-19 9:56 [PATCH] Remove the - between ${TARGET_PREFIX} and ar/nm for the env script, as this will make autotools look for arm-none-linux-gnueabi--ar instead of arm-none-linux-gnueabi-ar Martin Ertsaas
2012-07-19 10:03 ` Martin Jansa [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-07-19 10:00 Martin Ertsaas
2012-07-19 10:18 ` Richard Purdie
2012-07-19 10:28 ` Robert P. J. Day
2012-07-19 10:44 ` Richard Purdie
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=20120719100338.GG3331@jama.jama.net \
--to=martin.jansa@gmail.com \
--cc=mertsas@cisco.com \
--cc=openembedded-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.