-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
mips64el should be listed in configure's valid_arch ?Β #13616
Copy link
Copy link
Closed
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.mipsIssues and PRs related to the MIPS architecture.Issues and PRs related to the MIPS architecture.
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.mipsIssues and PRs related to the MIPS architecture.Issues and PRs related to the MIPS architecture.
In Node versions 6.11.0 and all other branches released at the same time, it seems that mips64el is not listed in
valid_arch.As a consequence, it is supported only if one doesn't set it through
--dest-cpuand rely only on automatic selection of host arch.