summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 11222d6..b709d14 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)
OpenPOWER on IntegriCloud