--- qemu/roms/seabios/Makefile 2018/04/24 18:27:05 1.1.1.3 +++ qemu/roms/seabios/Makefile 2018/04/24 18:36:23 1.1.1.4 @@ -5,7 +5,7 @@ # This file may be distributed under the terms of the GNU LGPLv3 license. # Program version -VERSION=pre-0.6.1-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=0.6.1.2-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ @@ -67,7 +67,7 @@ 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)" tools/test-gcc.sh) ifeq "$(TESTGCC)" "-1" $(error "Please upgrade GCC") endif