From: Gabe Black Date: Mon, 17 Feb 2020 10:22:37 +0000 (-0800) Subject: misc: Remove mention of ALPHA from the README. X-Git-Tag: v20.0.0.0~482 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e021e67fbb4d7bdf00cace96cf37071846df531a;p=gem5.git misc: Remove mention of ALPHA from the README. Change-Id: Ic0faf22e5ed94cf7e7591175a808c4696de29e25 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25462 Tested-by: kokoro Reviewed-by: Bobby R. Bruce Maintainer: Bobby R. Bruce --- diff --git a/README b/README index 44a97ba94..e24e7a30e 100644 --- a/README +++ b/README @@ -14,9 +14,9 @@ support. Please see http://www.gem5.org/documentation/general_docs/building for more details concerning the minimum versions of the aforementioned tools. Once you have all dependencies resolved, type 'scons -build//gem5.opt' where ARCH is one of ALPHA, ARM, NULL, MIPS, -POWER, SPARC, or X86. This will build an optimized version of the gem5 -binary (gem5.opt) for the the specified architecture. See +build//gem5.opt' where ARCH is one of ARM, NULL, MIPS, POWER, SPARC, +or X86. This will build an optimized version of the gem5 binary (gem5.opt) +for the the specified architecture. See http://www.gem5.org/documentation/general_docs/building for more details and options.