arc: clean-up and move CFLAGS to include/target.mk
authorFelix Fietkau <nbd@openwrt.org>
Mon, 18 Jan 2016 17:52:03 +0000 (17:52 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 18 Jan 2016 17:52:03 +0000 (17:52 +0000)
commitde0ea91d6ce8eea383355505fd4386eec0739c43
treee720b9d3a6299763a6fc2b0db9cdf83389fb1a42
parentf317c960eb4fbc4cb7d0e4b8ea03b49bcc2345b3
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
include/target.mk
target/linux/arc770/Makefile