Skip to content

build: allow x86_64 as a dest_cpu alias for x64

x86_64 is a standard for Linux in many places so when we (in Build) want to match --dest-cpu to the platform arch we have to do some rewriting, manual or scripted. This change introduces x86_64 as a possible alias for x64 in configure. It trickles down from configure as x64 so it's only a simple alias at the top level.

@nodejs/build

Merge request reports

Loading