You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/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
9 years ago
..
base-files all: drop old uci-defaults.sh 9 years ago
dts arc770/axs101: fix console output 9 years ago
generic linux: add support of Synopsys ARC770-based boards 9 years ago
image targets: add kernel image dependencies on device tree files 9 years ago
Makefile arc: clean-up and move CFLAGS to include/target.mk 9 years ago
base-files.mk linux: add support of Synopsys ARC770-based boards 9 years ago
config-4.4 arc770: bump linux kernel from 4.3 to 4.4 9 years ago