summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-01-25 23:17:32 -0600
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-01-26 15:46:44 +0100
commitf927df68e491e3bb7bad02a405aae5fd91545155 (patch)
tree85c3eac256e5b1f7e75d2a0b71bcb1b5e9ceb28a /Makefile
parentb92f5e884d9d9d73ea4b3c5b583f6a1391f7605e (diff)
downloadcoreboot-f927df68e491e3bb7bad02a405aae5fd91545155.tar.gz
coreboot-f927df68e491e3bb7bad02a405aae5fd91545155.tar.bz2
coreboot-f927df68e491e3bb7bad02a405aae5fd91545155.zip
Revert "Makefile: Check $CC variable returned from xcompile is not empty."
This reverts commit 1287d1cc80c52ff2598f2bae235fc42d8456f44a. 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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 11222d65c50e..b709d14a9dbc 100644
--- a/Makefile
+++ b/Makefile
@@ -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)