Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] nodejs: add support for MIPS big endian
@ 2015-12-08 14:18 Vicente Olivert Riera
  2015-12-08 14:18 ` [Buildroot] [PATCH 2/2] nodejs: build for the right MIPS architecture variant Vicente Olivert Riera
  2015-12-12 17:27 ` [Buildroot] [PATCH 1/2] nodejs: add support for MIPS big endian Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Vicente Olivert Riera @ 2015-12-08 14:18 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/nodejs/nodejs.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/nodejs/nodejs.mk b/package/nodejs/nodejs.mk
index 7b6ae6b..edf8bac 100644
--- a/package/nodejs/nodejs.mk
+++ b/package/nodejs/nodejs.mk
@@ -56,6 +56,8 @@ ifeq ($(BR2_i386),y)
 NODEJS_CPU = ia32
 else ifeq ($(BR2_x86_64),y)
 NODEJS_CPU = x64
+else ifeq ($(BR2_mips),y)
+NODEJS_CPU = mips
 else ifeq ($(BR2_mipsel),y)
 NODEJS_CPU = mipsel
 else ifeq ($(BR2_arm),y)
-- 
2.4.10

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

end of thread, other threads:[~2015-12-12 17:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-08 14:18 [Buildroot] [PATCH 1/2] nodejs: add support for MIPS big endian Vicente Olivert Riera
2015-12-08 14:18 ` [Buildroot] [PATCH 2/2] nodejs: build for the right MIPS architecture variant Vicente Olivert Riera
2015-12-08 14:24   ` [Buildroot] [PATCH v2 " Vicente Olivert Riera
2015-12-12 17:27 ` [Buildroot] [PATCH 1/2] nodejs: add support for MIPS big endian Thomas Petazzoni

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