Skip to content

Commit

Permalink
Forgot to mention RV64 in help message.
Browse files Browse the repository at this point in the history
  • Loading branch information
yugr committed Mar 29, 2024
1 parent 5a3742d commit b4c8ef2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion implib-gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,8 @@ def main():
parser.add_argument('--target',
help="Target platform triple e.g. x86_64-unknown-linux-gnu or arm-none-eabi "
"(atm x86_64, i[0-9]86, arm/armhf/armeabi, aarch64/armv8, "
"mips/mipsel, mips64/mip64el, e2k, powerpc64/powerpc64le are supported)",
"mips/mipsel, mips64/mip64el, e2k, powerpc64/powerpc64le, "
"riscv64 are supported)",
default=os.uname()[-1])
parser.add_argument('--symbol-list',
help="Path to file with symbols that should be present in wrapper "
Expand Down

0 comments on commit b4c8ef2

Please sign in to comment.