Skip to content

Commit

Permalink
Revert "Makefile: Check $CC variable returned from xcompile is not em…
Browse files Browse the repository at this point in the history
…pty."

This reverts commit 1287d1c.
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 <[email protected]>
Reviewed-on: http://review.coreboot.org/3269
Tested-by: build bot (Jenkins)
Reviewed-by: Vladimir Serbinenko <[email protected]>
  • Loading branch information
mrnuke committed Jan 26, 2014
1 parent b92f5e8 commit f927df6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
5 changes: 0 additions & 5 deletions payloads/libpayload/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f927df6

Please sign in to comment.