-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Identify armv6
and armv7
as different architectures
#13629
Comments
It's in the build variables: Edit: I see it's probably not what you're asking for. Are you asking for a change to |
I'm talking more about how to be able to identify them for downloading of prebuild binary modules. Also, according other issues here, seems |
Most specifically, but I'm asking for is something that can be set to the |
Sounds good. I'd alias to armv7 with a warning printed that the user should closer specify which version to build for. Overall, I think we can also improve on naming the downloads and |
👍
Make sense. |
@rvagg to see if you have input here. |
Seems like this was already discussed a bit in #9491, by the way. |
Right, closing as duplicate. |
This is not a duplicate, but it's related to. This is about having an unique identifier for the |
While I agree on that
What can be fixed is the build targets in |
I think the most important thing here, both if |
Shouldn't
armv6
(raspi1) andarmv7
(raspi2) shown someway as different architectures? This would help for prebuild binary modules to download the correct one... At this moment they are both identified just only asarm
. Is there a workaround? Maybe compile just forarmv6
? This would loose performance for realarmv7
boards... What's the Node.js canonical board/platform/cpu/whatever for the--dest-arch=arm
option of the./configure
script?Possibly related to #7803.
The text was updated successfully, but these errors were encountered: