]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: Disable -Werror
authorSimon Glass <sjg@chromium.org>
Wed, 29 Apr 2015 02:25:06 +0000 (20:25 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:16 +0000 (22:35 +0200)
This is annoying during development and serves no useful purpose since
warnings are clearly displayed now that we are using Kbuild. Remove this
option.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/config.mk

index 84aeaf3edca80fb557b2890a562b362e0850b2d9..4c4d0c7cd23b0eb4f3d32a016e245a977315b3cd 100644 (file)
@@ -7,7 +7,7 @@
 
 CROSS_COMPILE ?= i386-linux-
 
-PLATFORM_CPPFLAGS += -D__I386__ -Werror
+PLATFORM_CPPFLAGS += -D__I386__
 
 # DO NOT MODIFY THE FOLLOWING UNLESS YOU REALLY KNOW WHAT YOU ARE DOING!
 LDPPFLAGS += -DRESET_SEG_START=0xffff0000