[OE-core] [PATCH] libc-packgae.bbclass: Add i686 support in locale_arch_options

Otavio Salvador otavio at ossystems.com.br
Thu Mar 29 07:35:11 UTC 2012


Typo in commit log; please fix it and resend.

On Thu, Mar 29, 2012 at 03:48, Noor, Ahsan <noor_ahsan at mentor.com> wrote:
> From: Noor Ahsan <noor_ahsan at mentor.com>
>
> * While building for i686 architectre an error was coming that
> locale_arch_options does not have support for i686. Add missing support.
> * Verified on intel architecture.
>
> Signed-off-by: Noor Ahsan <noor_ahsan at mentor.com>
> ---
>  meta/classes/libc-package.bbclass |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/meta/classes/libc-package.bbclass b/meta/classes/libc-package.bbclass
> index 4acf91a..957243d 100644
> --- a/meta/classes/libc-package.bbclass
> +++ b/meta/classes/libc-package.bbclass
> @@ -271,6 +271,7 @@ python package_do_split_gconvs () {
>                                "mips":    " --uint32-align=4 --big-endian ",    \
>                                "mipsel":  " --uint32-align=4 --little-endian ", \
>                                "i586":    " --uint32-align=4 --little-endian ", \
> +                               "i686":    " --uint32-align=4 --little-endian ", \
>                                "x86_64":  " --uint32-align=4 --little-endian "  }
>
>                        if target_arch in locale_arch_options:
> --
> 1.7.9
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio at ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br




More information about the Openembedded-core mailing list