landley / mkroot

Simple Linux build, bootable under qemu for multiple architectures.
Other
456 stars 72 forks source link

Use the host's arch name in the output directory #11

Open Mehran-Baghi opened 4 years ago

Mehran-Baghi commented 4 years ago

"mkroot.sh" puts the build output in a "host" directory if it doesn't get a CROSS_SHORT env. So a simple "./mkroot.sh kernel" and "run.sh host" gives: "./run.sh: line 14: ./qemu-host.sh: No such file or directory"