diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-18 17:52:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-18 17:52:03 +0000 |
commit | e620f4d6f83d457579a6ac53d8659f3171739d18 (patch) | |
tree | 34ea05066ab7801d04cada1663602eb236621b24 /target/linux/ppc44x/Makefile | |
parent | 018e84f58d3d23d5c1f629843ada5569723b9f00 (diff) | |
download | upstream-e620f4d6f83d457579a6ac53d8659f3171739d18.tar.gz upstream-e620f4d6f83d457579a6ac53d8659f3171739d18.tar.bz2 upstream-e620f4d6f83d457579a6ac53d8659f3171739d18.zip |
arc: clean-up and move CFLAGS to include/target.mk
Most of currently mentioned CFLAGS in arc770/Makefile
are not really required because:
[1] "-Os -pipe" are set by default in include/target.mk
[2] "-fno-caller-saves" gets enabled via menuconfig
as an extra compiler flag for developers
So the only one that makes sense is "-matomic" and
that one is really essential. Without it many software
packges won't build complainin on unresolved atomic ops.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Felix Fietkau <nbd@openwrt.org>
Cc: Jo-Philipp Wich <jow@openwrt.org>
Cc: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 48326
Diffstat (limited to 'target/linux/ppc44x/Makefile')
0 files changed, 0 insertions, 0 deletions