base-nova: Use CROSS_DEV_PREFIX in run environment

Related to #490.
This commit is contained in:
Christian Helmuth 2013-11-06 11:25:13 +01:00
parent 8b8e3ef7a5
commit d65220bcf2
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ proc build_boot_image {binaries} {
if {![nova_external] && ![file exists [nova_kernel]]} { build { kernel } }
puts "using NOVA kernel at [nova_kernel]"
exec objcopy -O elf32-i386 [nova_kernel] [run_dir]/hypervisor
exec [cross_dev_prefix]objcopy -O elf32-i386 [nova_kernel] [run_dir]/hypervisor
install_iso_bootloader_to_run_dir