This commit is contained in:
Jeremy Soller 2025-11-01 14:21:28 -06:00
commit c8e3791da9
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
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)