mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03: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:
committed by
Thomas Petazzoni
parent
49ae39e27d
commit
b807c1ee58
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user