Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP5:Update
nodejs4.3197
support-arm64-build.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File support-arm64-build.patch of Package nodejs4.3197
Index: node-v4.5.0/Makefile =================================================================== --- node-v4.5.0.orig/Makefile +++ node-v4.5.0/Makefile @@ -379,6 +379,9 @@ else ifeq ($(DESTCPU),arm) ARCH=arm else +ifeq ($(DESTCPU),arm64) +ARCH=arm64 +else ifeq ($(DESTCPU),aarch64) ARCH=arm64 else @@ -398,6 +401,7 @@ ARCH=x86 endif endif endif +endif endif endif endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor