Support building C recipes for i586-unknown-redox

This commit is contained in:
bjorn3 2025-11-01 16:24:35 +01:00
parent d4b10d01b1
commit ae1240cd3a

View File

@ -15,6 +15,8 @@ ARCH="${TARGET%%-*}"
HOST="$TARGET"
if [ x"${HOST}" == x"riscv64gc-unknown-redox" ] ; then
HOST="riscv64-unknown-redox"
elif [ x"${HOST}" == x"i586-unknown-redox" ] ; then
HOST="i686-unknown-redox"
fi
# Cookbook requires correct CWD to work