Merge branch 'i586_target_part3' into 'master'

Fix two more recipes for i586-unknown-redox

See merge request redox-os/cookbook!675
This commit is contained in:
Jeremy Soller 2025-11-01 12:57:45 -06:00
commit 3a573a8714
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)