[coreboot-gerrit] Patch set updated for coreboot: 24f8868 xcompile: Rename aarch64 to arm64

Marc Jones (marc.jones@se-eng.com) gerrit at coreboot.org
Mon Jan 26 10:19:53 CET 2015


Marc Jones (marc.jones at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8235

-gerrit

commit 24f8868c00670d6127ad291feb609532e0f5a653
Author: Marc Jones <marc.jones at se-eng.com>
Date:   Fri Jan 16 13:19:04 2015 -0700

    xcompile: Rename aarch64 to arm64
    
    coreboot toolchain.inc uses the ARCH_SUPPORTED variable set
    by xcompile. This change allows for consistent naming in the
    toolchain.inc generated variables.
    
    Change-Id: Iafed06cf2d19a533f99e10b76aca82adc3e09fa8
    Signed-off-by: Marc Jones <marc.jones at se-eng.com>
---
 util/xcompile/xcompile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index 45dae8c..47e4338 100755
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -168,7 +168,7 @@ EOF
 }
 
 # Architecture definition
-SUPPORTED_ARCHITECTURE="x86 arm aarch64 riscv"
+SUPPORTED_ARCHITECTURE="x86 arm arm64 riscv"
 
 arch_config_arm() {
 	TARCH="arm"
@@ -179,8 +179,8 @@ arch_config_arm() {
 	TABI="eabi"
 }
 
-arch_config_aarch64() {
-	TARCH="aarch64"
+arch_config_arm64() {
+	TARCH="arm64"
 	TBFDARCH="littleaarch64"
 	TCLIST="aarch64"
 	TWIDTH="64"



More information about the coreboot-gerrit mailing list