From 276b9d005dba32c08ad58bfedcf635e1a79dbec4 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Wed, 5 Jan 2022 21:41:51 +0900 Subject: [PATCH] [ELF] Add ARM64 to --help message Fixes https://github.com/rui314/mold/issues/251 --- elf/cmdline.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elf/cmdline.cc b/elf/cmdline.cc index 2dd01d469b..9098eb76de 100644 --- a/elf/cmdline.cc +++ b/elf/cmdline.cc @@ -161,8 +161,8 @@ static const char helpmsg[] = R"( -z notext -z textoff -mold: supported targets: elf32-i386 elf64-x86-64 -mold: supported emulations: elf_i386 elf_x86_64)"; +mold: supported targets: elf32-i386 elf64-x86-64 elf64-littleaarch64 +mold: supported emulations: elf_i386 elf_x86_64 aarch64linux aarch64elf)"; static std::vector add_dashes(std::string name) { // Multi-letter linker options can be preceded by either a single