From: Bernhard Reutner-Fischer Date: Tue, 27 Jan 2009 18:54:41 +0000 (-0000) Subject: - be gentle to syntax highlighting X-Git-Tag: 1_14_0~355 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a7542dd619b14fcb883f39dd59a6746459c4e6c4;p=oweals%2Fbusybox.git - be gentle to syntax highlighting --- diff --git a/Makefile b/Makefile index aacc31970..5b8cad8f6 100644 --- a/Makefile +++ b/Makefile @@ -168,6 +168,7 @@ ifeq ($(CROSS_COMPILE),) CROSS_COMPILE := $(shell grep ^CONFIG_CROSS_COMPILER_PREFIX .config 2>/dev/null) CROSS_COMPILE := $(subst CONFIG_CROSS_COMPILER_PREFIX=,,$(CROSS_COMPILE)) CROSS_COMPILE := $(subst ",,$(CROSS_COMPILE)) +#") endif # SUBARCH tells the usermode build what the underlying arch is. That is set