mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'i586_target_part2' into 'master'
Build bios bootloader for i586-unknown-redox See merge request redox-os/cookbook!674
This commit is contained in:
commit
4e03c37200
@ -18,7 +18,7 @@ function bootloader {
|
||||
ARCH="$(echo "${TARGET}" | cut -d - -f1)"
|
||||
|
||||
# Build BIOS bootloader for supported architectures
|
||||
if [ "${ARCH}" == "i686" -o "${ARCH}" == "x86_64" ]
|
||||
if [ "${ARCH}" == "i586" -o "${ARCH}" == "i686" -o "${ARCH}" == "x86_64" ]
|
||||
then
|
||||
bootloader "x86-unknown-none" bootloader.bin bootloader.bios
|
||||
bootloader "x86-unknown-none" bootloader-live.bin bootloader-live.bios
|
||||
|
||||
Loading…
Reference in New Issue
Block a user