From 75d9b0dc3b601cdbdd1382be4b34306643f3553b Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sat, 1 Nov 2025 16:45:25 +0100 Subject: [PATCH] Build bios bootloader for i586-unknown-redox --- recipes/core/bootloader/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/core/bootloader/recipe.toml b/recipes/core/bootloader/recipe.toml index 20461fec..17f09add 100644 --- a/recipes/core/bootloader/recipe.toml +++ b/recipes/core/bootloader/recipe.toml @@ -18,7 +18,7 @@ function bootloader { ARCH="$(echo "${TARGET}" | cut -d - -f1)" # Build BIOS bootloader for supported architectures -if [ "${ARCH}" == "i686" -o "${ARCH}" == "x86_64" ] +if [ "${ARCH}" == "i586" -o "${ARCH}" == "i686" -o "${ARCH}" == "x86_64" ] then bootloader "x86-unknown-none" bootloader.bin bootloader.bios bootloader "x86-unknown-none" bootloader-live.bin bootloader-live.bios