From c8ebe4e08a0b4d7e78628d4de4a002245e69c452 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 4 Sep 2018 16:23:29 -0500 Subject: functions: Add m68k triplet --- functions.sh.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'functions.sh.in') diff --git a/functions.sh.in b/functions.sh.in index e0c0c06..557f9a8 100644 --- a/functions.sh.in +++ b/functions.sh.in @@ -10,6 +10,7 @@ arch_to_hostspec() { armhf) echo "armv6-foxkit-linux-muslgnueabihf" ;; armv7) echo "armv7-foxkit-linux-musleabihf" ;; i528) echo "pentium4-foxkit-linux-musl" ;; + m68k) echo "m68k-foxkit-linux-musl" ;; mips) echo "mips-foxkit-linux-musl" ;; mipsel) echo "mipsel-foxkit-linux-musl" ;; mips32) echo "mips32-foxkit-linux-musl" ;; @@ -35,6 +36,7 @@ hostspec_to_arch() { armv7*-*-*-*eabihf) echo "armv7" ;; i486-*-*-*) echo "x86" ;; i586-*-*-*) echo "pmmx" ;; + m68k-*-*-*) echo "m68k" ;; mips-*-*-*) echo "mips" ;; mipsel-*-*-*) echo "mipsel" ;; mips32-*-*-*) echo "mips32" ;; -- cgit v1.2.3-60-g2f50