--- qemu/roms/seabios/Makefile 2018/04/24 18:58:28 1.1.1.5 +++ qemu/roms/seabios/Makefile 2018/04/24 19:23:35 1.1.1.6 @@ -19,8 +19,8 @@ SRCBOTH=misc.c pmm.c stacks.c output.c u SRC16=$(SRCBOTH) system.c disk.c font.c SRC32FLAT=$(SRCBOTH) post.c shadow.c memmap.c coreboot.c boot.c \ acpi.c smm.c mptable.c smbios.c pciinit.c optionroms.c mtrr.c \ - lzmadecode.c bootsplash.c jpeg.c usb-hub.c paravirt.c dev-i440fx.c \ - pci_region.c + lzmadecode.c bootsplash.c jpeg.c usb-hub.c paravirt.c \ + biostables.c xen.c bmp.c SRC32SEG=util.c output.c pci.c pcibios.c apm.c stacks.c cc-option = $(shell if test -z "`$(1) $(2) -S -o /dev/null -xc \ @@ -70,9 +70,9 @@ vpath %.S src vgasrc ################ Build rules # Verify the gcc configuration and test if -fwhole-program works. -TESTGCC:=$(shell CC="$(CC)" tools/test-gcc.sh) +TESTGCC:=$(shell CC="$(CC)" LD="$(LD)" tools/test-gcc.sh) ifeq "$(TESTGCC)" "-1" -$(error "Please upgrade GCC") +$(error "Please upgrade GCC and/or binutils") endif ifndef COMPSTRAT