From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 27 Feb 2014 13:44:08 -0700 Subject: [U-Boot] [PATCH 4/8] x86: Delete redundant compiler flags In-Reply-To: <1393393865-11608-5-git-send-email-yamada.m@jp.panasonic.com> References: <1393393865-11608-1-git-send-email-yamada.m@jp.panasonic.com> <1393393865-11608-5-git-send-email-yamada.m@jp.panasonic.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 25 February 2014 22:51, Masahiro Yamada wrote: > -Wstrict-prototypes, -ffreestanding, -fno-stack-protector > are defined at the top Makefile for all architectures. > > Do not define them twice for x86. > > Signed-off-by: Masahiro Yamada > Cc: Simon Glass > Acked-by: Simon Glass