]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Delete redundant compiler flags
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 26 Feb 2014 05:51:01 +0000 (14:51 +0900)
committerTom Rini <trini@ti.com>
Tue, 4 Mar 2014 14:27:40 +0000 (09:27 -0500)
commitf694183ba1858ef7dfa4fec195e61aa3afa85f63
tree019e44df56bfc4521d71f303efe3c5c469cc20e1
parent9c366881d70ec09ddb8830daaf3f5cd07f9aac15
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>
arch/x86/config.mk