Revert "Makefile: Check $CC variable returned from xcompile is not empty."

This reverts commit 1287d1cc80.
This commit has the side-effect of making abuild fail, and as such is
reverted until a safe solution can be found.

Change-Id: Ib8cb78468c2922322b490e0b52c0bd24f3de7ef9
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/3269
Tested-by: build bot (Jenkins)
Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
This commit is contained in:
Alexandru Gagniuc 2014-01-25 23:17:32 -06:00
parent b92f5e884d
commit f927df68e4
2 changed files with 0 additions and 10 deletions

View File

@ -138,11 +138,6 @@ AR := $(AR_$(ARCH-y))
CFLAGS += $(CFLAGS_$(ARCH-y))
ifeq ($(CC),)
$(shell rm .xcompile)
$(error no suitable GCC for $(ARCH-y))
endif
LIBGCC_FILE_NAME := $(shell test -r `$(CC) -print-libgcc-file-name` && \
$(CC) -print-libgcc-file-name)

View File

@ -113,11 +113,6 @@ AR := $(AR_$(ARCH-y))
CFLAGS += $(CFLAGS_$(ARCH-y))
ifeq ($(CC),)
$(shell rm .xcompile)
$(error no suitable GCC for $(ARCH-y))
endif
LIBGCC_FILE_NAME := $(shell test -r `$(CC) -print-libgcc-file-name` && \
$(CC) -print-libgcc-file-name)