From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] angstrom: Use linux-uclibceabi instead of linux-uclibcgnueabi
Date: Fri, 04 Sep 2009 17:42:32 +0200 [thread overview]
Message-ID: <h7rch9$u4f$1@ger.gmane.org> (raw)
In-Reply-To: <1252075968-14536-1-git-send-email-raj.khem@gmail.com>
On 04-09-09 16:52, Khem Raj wrote:
> * For uclibc based ARM EABI systems switch to using linux-uclibceabi
> as TARGET_OS
>
> Signed-off-by: Khem Raj<raj.khem@gmail.com>
I wasn't happy with the other linux-gnu stuff, but since that's in now:
Acked-by: Koen Kooi <koen@openembedded.org>
> ---
> conf/distro/include/angstrom-2007-for-openmoko.inc | 4 ++--
> conf/distro/include/angstrom-uclibc.inc | 2 +-
> conf/distro/include/angstrom-uclinux-uclibc.inc | 2 +-
> .../include/sane-toolchain-uclinux-uclibc.inc | 2 --
> 4 files changed, 4 insertions(+), 6 deletions(-)
>
> diff --git a/conf/distro/include/angstrom-2007-for-openmoko.inc b/conf/distro/include/angstrom-2007-for-openmoko.inc
> index 1deb85d..6741bae 100644
> --- a/conf/distro/include/angstrom-2007-for-openmoko.inc
> +++ b/conf/distro/include/angstrom-2007-for-openmoko.inc
> @@ -143,8 +143,8 @@ PREFERRED_PROVIDER_virtual/powerpc-angstrom-linux-libc-for-gcc = "glibc"
> PREFERRED_PROVIDER_virtual/mipsel-angstrom-linux-libc-for-gcc = "glibc"
> PREFERRED_PROVIDER_virtual/sparc-angstrom-linux-libc-for-gcc = "glibc"
>
> -PREFERRED_PROVIDER_virtual/arm-angstrom-linux-uclibcgnueabi-libc-for-gcc = "uclibc-initial"
> -PREFERRED_PROVIDER_virtual/armeb-angstrom-linux-uclibcgnueabi-libc-for-gcc = "uclibc-initial"
> +PREFERRED_PROVIDER_virtual/arm-angstrom-linux-uclibceabi-libc-for-gcc = "uclibc-initial"
> +PREFERRED_PROVIDER_virtual/armeb-angstrom-linux-uclibceabi-libc-for-gcc = "uclibc-initial"
>
> # hostap stuff, we prefer the in-kernel modules, but those don't work for all machines
> PREFERRED_PROVIDER_hostap-conf ?= "hostap-conf"
> diff --git a/conf/distro/include/angstrom-uclibc.inc b/conf/distro/include/angstrom-uclibc.inc
> index a60952f..004d904 100644
> --- a/conf/distro/include/angstrom-uclibc.inc
> +++ b/conf/distro/include/angstrom-uclibc.inc
> @@ -9,7 +9,7 @@ USE_NLS_glib-2.0 = "yes"
> USE_NLS_glib-2.0-native = "yes"
> USE_NLS_gcc-cross = "no"
>
> -TARGET_OS_UC = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb'] and bb.data.getVar('MACHINE',d) not in ['collie','h3600', 'h3800', 'simpad', 'htcwallaby']]}"
> +TARGET_OS_UC = "linux${@['-uclibc','-uclibceabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb'] and bb.data.getVar('MACHINE',d) not in ['collie','h3600', 'h3800', 'simpad', 'htcwallaby']]}"
> TARGET_OS = "${@['${TARGET_OS_UC}', 'uclinux-uclibc'][bb.data.getVar('TARGET_ARCH',d) in ['bfin']]}"
>
> #mess with compiler flags to use -Os instead of -O2
> diff --git a/conf/distro/include/angstrom-uclinux-uclibc.inc b/conf/distro/include/angstrom-uclinux-uclibc.inc
> index 019f814..ad499f7 100644
> --- a/conf/distro/include/angstrom-uclinux-uclibc.inc
> +++ b/conf/distro/include/angstrom-uclinux-uclibc.inc
> @@ -6,7 +6,7 @@ USE_NLS_glib-2.0 = "yes"
> USE_NLS_glib-2.0-native = "yes"
> USE_NLS_gcc-cross = "no"
>
> -TARGET_OS_UC = "uclinux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb'] and bb.data.getVar('MACHINE',d) not in ['collie','h3600', 'h3800', 'simpad', 'htcwallaby']]}"
> +TARGET_OS_UC = "uclinux${@['-uclibc','-uclibceabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb'] and bb.data.getVar('MACHINE',d) not in ['collie','h3600', 'h3800', 'simpad', 'htcwallaby']]}"
>
> #mess with compiler flags to use -Os instead of -O2
> #Please see http://free-electrons.com/doc/embedded_linux_optimizations/img47.html for some more info
> diff --git a/conf/distro/include/sane-toolchain-uclinux-uclibc.inc b/conf/distro/include/sane-toolchain-uclinux-uclibc.inc
> index b757efb..fbb239a 100644
> --- a/conf/distro/include/sane-toolchain-uclinux-uclibc.inc
> +++ b/conf/distro/include/sane-toolchain-uclinux-uclibc.inc
> @@ -7,8 +7,6 @@ USE_NLS_glib-2.0 = "yes"
> USE_NLS_glib-2.0-native = "yes"
> USE_NLS_gcc-cross = "no"
>
> -TARGET_OS_UC = "uclinux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb'] and bb.data.getVar('MACHINE',d) not in ['collie','h3600', 'h3800', 'simpad', 'htcwallaby']]}"
> -
> #mess with compiler flags to use -Os instead of -O2
> #Please see http://free-electrons.com/doc/embedded_linux_optimizations/img47.html for some more info
> FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os"
next prev parent reply other threads:[~2009-09-04 16:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-04 14:52 [PATCH] angstrom: Use linux-uclibceabi instead of linux-uclibcgnueabi Khem Raj
2009-09-04 15:42 ` Koen Kooi [this message]
2009-09-04 17:20 ` Khem Raj
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='h7rch9$u4f$1@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--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.