Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-browser][PATCH] nss: Build on mips64
@ 2013-05-16  7:26 Khem Raj
  2013-05-16  7:43 ` Eric Bénard
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2013-05-16  7:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador, Eric Bénard

Now that we have mips64 qemu support in OE-Core
this started to fail to build. So lets fix it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
CC: Eric Bénard <eric@eukrea.com>
CC: Denis Carikli <denis@eukrea.com>
CC: Otavio Salvador <otavio@ossystems.com.br>
---
 recipes-support/nss/nss_3.13.3.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-support/nss/nss_3.13.3.bb b/recipes-support/nss/nss_3.13.3.bb
index fbab6ee..ac77547 100644
--- a/recipes-support/nss/nss_3.13.3.bb
+++ b/recipes-support/nss/nss_3.13.3.bb
@@ -25,6 +25,8 @@ TD = "${S}/tentative-dist"
 PARALLEL_MAKE = ""
 
 USE64BIT_x86-64 = "USE_64=1"
+USE64BIT_mips64 = "USE_64=1"
+USE64BIT_mips64el = "USE_64=1"
 USE64BIT ?= ""
 
 do_compile() {
-- 
1.7.9.5




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

end of thread, other threads:[~2013-05-16  8:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-16  7:26 [meta-browser][PATCH] nss: Build on mips64 Khem Raj
2013-05-16  7:43 ` Eric Bénard

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