Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] libc-packgae.bbclass: Add i686 support in locale_arch_options
@ 2012-03-29  6:48 Noor, Ahsan
  2012-03-29  7:35 ` Otavio Salvador
  2012-03-29 21:23 ` Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Noor, Ahsan @ 2012-03-29  6:48 UTC (permalink / raw)
  To: openembedded-core

From: Noor Ahsan <noor_ahsan@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@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




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

end of thread, other threads:[~2012-03-29 21:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-29  6:48 [PATCH] libc-packgae.bbclass: Add i686 support in locale_arch_options Noor, Ahsan
2012-03-29  7:35 ` Otavio Salvador
2012-03-29 21:23 ` Richard Purdie

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