mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Fix two more recipes for i586-unknown-redox
This commit is contained in:
parent
4e03c37200
commit
78a9e346fa
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user