0

Rename Intel to x86-64 to avoid confusion

Much of our documentation on how to build Chromium/etc. says that an
"Intel" machine is needed. This has never been true. What is needed is
an x86-64 machine - it could be Intel, AMD, or a custom processor
with transistors created using very small tweezers.

This change simply replaces [64-bit] Intel with x86-64 in seven places
in our documentation.

Change-Id: If1d1ef045b4de85d8f12e1c2051c332ac2890624
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5627158
Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
Reviewed-by: Dave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1314189}
This commit is contained in:
Bruce Dawson
2024-06-12 19:44:29 +00:00
committed by Chromium LUCI CQ
parent 7282c6e85f
commit c2661721c9
7 changed files with 9 additions and 9 deletions

@ -13,8 +13,8 @@ instead.
## System requirements
* A 64-bit Intel machine running Linux with at least 8GB of RAM. More
than 16GB is highly recommended.
* An x86-64 machine running Linux with at least 8GB of RAM. More than 16GB is
highly recommended.
* At least 100GB of free disk space.
* You must have Git and Python installed already.

@ -13,8 +13,8 @@ Are you a Google employee? See
## System requirements
* A 64-bit Intel machine running Linux with at least 8GB of RAM. More
than 16GB is highly recommended.
* An x86-64 machine running Linux with at least 8GB of RAM. More than 16GB is
highly recommended.
* At least 100GB of free disk space.
* You must have Git and Python installed already.

@ -10,7 +10,7 @@ There are instructions for other platforms linked from the
## System requirements
* A 64-bit Intel machine with at least 8GB of RAM. More than 16GB is highly
* An x86-64 machine with at least 8GB of RAM. More than 16GB is highly
recommended.
* At least 100GB of free disk space.
* You must have Git and Python installed already.

@ -12,7 +12,7 @@ Are you a Google employee? See
## System requirements
* A 64-bit Intel machine with at least 8GB of RAM. More than 16GB is highly
* An x86-64 machine with at least 8GB of RAM. More than 16GB is highly
recommended. If your machine has an SSD, it is recommended to have
\>=32GB/>=16GB of swap for machines with 8GB/16GB of RAM respectively.
* At least 100GB of free disk space. It does not have to be on the same drive;

@ -13,7 +13,7 @@ Are you a Google employee? See
## System requirements
* A 64-bit Intel machine with at least 8GB of RAM. More than 16GB is highly
* An x86-64 machine with at least 8GB of RAM. More than 16GB is highly
recommended.
* At least 100GB of free disk space.
* You must have Git and Python installed already.

@ -5,7 +5,7 @@ The short summary is that almost everything works, without needing Rosetta.
There's a [main waterfall
bot](https://ci.chromium.org/p/chromium/builders/ci/mac-arm64-rel)
that builds for Arm. It cross-builds on an Intel machine.
that builds for Arm. It cross-builds on an x86-64 machine.
There's a [main waterfall
bot](https://ci.chromium.org/p/chromium/builders/ci/mac-arm64-on-arm64-rel)

@ -12,7 +12,7 @@ Are you a Google employee? See
## System requirements
* A 64-bit Intel machine with at least 8GB of RAM. More than 16GB is highly
* An x86-64 machine with at least 8GB of RAM. More than 16GB is highly
recommended.
* At least 100GB of free disk space on an NTFS-formatted hard drive. FAT32
will not work, as some of the Git packfiles are larger than 4GB.