mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-07 02:17:44 +00:00
nodejs: add support for MIPS big endian
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
49ae39e27d
commit
b807c1ee58
@ -56,6 +56,8 @@ ifeq ($(BR2_i386),y)
|
|||||||
NODEJS_CPU = ia32
|
NODEJS_CPU = ia32
|
||||||
else ifeq ($(BR2_x86_64),y)
|
else ifeq ($(BR2_x86_64),y)
|
||||||
NODEJS_CPU = x64
|
NODEJS_CPU = x64
|
||||||
|
else ifeq ($(BR2_mips),y)
|
||||||
|
NODEJS_CPU = mips
|
||||||
else ifeq ($(BR2_mipsel),y)
|
else ifeq ($(BR2_mipsel),y)
|
||||||
NODEJS_CPU = mipsel
|
NODEJS_CPU = mipsel
|
||||||
else ifeq ($(BR2_arm),y)
|
else ifeq ($(BR2_arm),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user