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@coreboot.org> Reviewed-on: https://review.coreboot.org/13567 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
a9ffa9e7f2
commit
0ca5f33e5f
|
@ -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 ***'
|
||||
|
|
Loading…
Reference in New Issue