commit | 4fad1493532bc1acd0ea786d5180078e08b2ad18 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Wed Feb 26 14:51:01 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Tue Mar 04 09:27:40 2014 -0500 |
tree | 019e44df56bfc4521d71f303efe3c5c469cc20e1 | |
parent | 81a6fcbe81a63203d7587bf475d2d442fc030204 [diff] |
x86: Delete redundant compiler flags -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 <yamada.m@jp.panasonic.com> Cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>