2013-05-21 02:26:26 +00:00
|
|
|
# nodejs_arches lists what arches Node.js and dependent packages run on.
|
|
|
|
#
|
|
|
|
# Enabling Node.js on other arches requires porting the V8 JavaScript JIT to
|
2015-12-02 17:28:31 +00:00
|
|
|
# those arches. Support for POWER and aarch64 arrived in nodejs v4
|
2013-05-21 02:26:26 +00:00
|
|
|
|
2015-12-02 17:28:31 +00:00
|
|
|
%nodejs_arches %{ix86} x86_64 %{arm} aarch64 %{power64}
|