Skip to content

Commit

Permalink
mbs.cross: aarch64_be-none-elf- -> aarch64_be-elf-
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 11, 2015
1 parent 8f5a109 commit 59854ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ private static void addToolchains() {
// 10
fgList.add(new ToolchainDefinition(
"Linaro AArch64 big-endian bare-metal ELF",
"aarch64_be-none-elf-", "aarch64"));
"aarch64_be-elf-", "aarch64"));

// 11
fgList.add(new ToolchainDefinition("Linaro AArch64 Linux GNU",
Expand Down

0 comments on commit 59854ba

Please sign in to comment.