[coreboot-gerrit] Patch set updated for coreboot: ad42c17 NOTFORMERGE Revert "Makefile: Check $CC variable returned from xcompile is not empty."

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Sun Jan 26 06:18:45 CET 2014


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3269

-gerrit

commit ad42c17fce058a4e9202b261fa0f47686500130c
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Sat Jan 25 23:17:32 2014 -0600

    NOTFORMERGE Revert "Makefile: Check $CC variable returned from xcompile is not empty."
    
    Testing 123, 123
    This reverts commit 1287d1cc80c52ff2598f2bae235fc42d8456f44a.
    
    Change-Id: Ib8cb78468c2922322b490e0b52c0bd24f3de7ef9
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
---
 Makefile                     | 5 -----
 payloads/libpayload/Makefile | 5 -----
 2 files changed, 10 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)
 
diff --git a/payloads/libpayload/Makefile b/payloads/libpayload/Makefile
index 7a29be3..a1e8dc7 100644
--- a/payloads/libpayload/Makefile
+++ b/payloads/libpayload/Makefile
@@ -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)
 



More information about the coreboot-gerrit mailing list