openwrtv3/target/linux/arc770
Felix Fietkau e620f4d6f8 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
2016-01-18 17:52:03 +00:00
..
base-files all: drop old uci-defaults.sh 2015-12-11 15:26:06 +00:00
dts arc770/axs101: fix console output 2016-01-18 17:51:54 +00:00
generic linux: add support of Synopsys ARC770-based boards 2015-11-22 19:06:07 +00:00
image targets: add kernel image dependencies on device tree files 2016-01-06 18:39:06 +00:00
base-files.mk linux: add support of Synopsys ARC770-based boards 2015-11-22 19:06:07 +00:00
config-4.4 arc770: bump linux kernel from 4.3 to 4.4 2016-01-15 10:49:01 +00:00
Makefile arc: clean-up and move CFLAGS to include/target.mk 2016-01-18 17:52:03 +00:00