crosstool-ng/scripts/build/arch/m68k.sh
Alexey Neyman bf3eceb5d9 uClibc: Split configuration tweaker into per-arch functions.
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-08-23 11:00:27 -07:00

8 lines
128 B
Bash

# Compute M68k-specific values
CT_DoArchUClibcConfig() {
local cfg="${1}"
CT_DoArchUClibcSelectArch "${cfg}" "m68k"
}