mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
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:
commit
3a573a8714
@ -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