Skip to content

Commit

Permalink
automated: lib: sh-test-lib: detect_abi: add m68k
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
  • Loading branch information
roxell authored and nareshkamboju committed Jul 10, 2023
1 parent 9e57701 commit 4859e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automated/lib/sh-test-lib
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ detect_abi() {
aarch64) abi="arm64" ;;
#aarch64_be) abi="arm64be" ;;
i*86) abi="i386" ;;
m68k) abi="m68k" ;;
x86_64) abi="x86_64" ;;
riscv64) abi="riscv64" ;;
*) error_msg "Unsupported architecture: ${abi}" ;;
Expand Down

0 comments on commit 4859e13

Please sign in to comment.