Fix two more recipes for i586-unknown-redox

This commit is contained in:
bjorn3 2025-11-01 19:40:42 +01:00
parent 4e03c37200
commit 78a9e346fa
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ aarch64_bins()
}
case "${TARGET}" in
i686-unknown-redox)
i586-unknown-redox | i686-unknown-redox)
x86_common_bins
;;
x86_64-unknown-redox)

View File

@ -36,7 +36,7 @@ case "${TARGET}" in
aarch64-unknown-redox)
COOKBOOK_CONFIGURE_FLAGS+=(--target-list=aarch64-softmmu)
;;
i686-unknown-redox)
i586-unknown-redox | i686-unknown-redox)
COOKBOOK_CONFIGURE_FLAGS+=(--target-list=i386-softmmu)
;;
x86_64-unknown-redox)