[coreboot-gerrit] New patch to review for coreboot: crossgcc: Rename x86 to x64

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Feb 3 02:53:29 CET 2016


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13567

-gerrit

commit a5680996efbcf9fad636a35a4a2026b91f32d812
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Tue Feb 2 17:51:39 2016 -0800

    crossgcc: Rename x86 to x64
    
    Idee4eb5d112e3f6bffced0681e9112101bed6763 has renamed
    the architecture by accident. Rename it back.
    
    Change-Id: I5509d2aa09df513789325bc24d9b696a09cb898f
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 util/crossgcc/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.inc
index 1c28504..c2c0890 100644
--- a/util/crossgcc/Makefile.inc
+++ b/util/crossgcc/Makefile.inc
@@ -13,7 +13,7 @@
 ## GNU General Public License for more details.
 ##
 
-TOOLCHAIN_ARCHES := i386 x86 arm aarch64 mips riscv power8 nds32le
+TOOLCHAIN_ARCHES := i386 x64 arm aarch64 mips riscv power8 nds32le
 
 help_toolchain help::
 	@echo  '*** Toolchain targets ***'



More information about the coreboot-gerrit mailing list