]> git.proxmox.com Git - mirror_qemu.git/commit
roms: seabios: Rename CROSS_COMPILE to CROSS_PREFIX
authorRoman Bolshakov <r.bolshakov@yadro.com>
Wed, 21 Nov 2018 20:37:21 +0000 (23:37 +0300)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 11 Jan 2019 11:46:07 +0000 (12:46 +0100)
commit78ac44af547e09bdddc75e41a525cdc8eec60be4
tree36e79d2c2c6df8f11a3a46fdc29139b6d1f72ca5
parent291741033f611a4f0bbce3f7c9dead84ce315f96
roms: seabios: Rename CROSS_COMPILE to CROSS_PREFIX

SeaBIOS introduced CROSS_PREFIX in 2013 but it's not set in roms
Makefile.

With the change it's possible to cross-compile SeaBIOS on macOS,
if acpica/iasl is installed:
  cd roms
  export PATH=/path/to/cross/x86_64-unknown-linux-gnu/bin:$PATH
  make bios system=unknown-linux-gnu

Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
Message-id: 20181121203720.75916-1-r.bolshakov@yadro.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
roms/Makefile