ARC: use -mcpu=XXX instead of obsolete -mXXX
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Wed, 8 Feb 2017 17:52:08 +0000 (20:52 +0300)
committerJohn Crispin <john@phrozen.org>
Sat, 11 Feb 2017 05:53:25 +0000 (06:53 +0100)
commit0799de6d9ec29fba460d286bd54818bdb7034702
tree29bd5fa9c11688696d1d4f91c884684d3223617c
parent84e784671bd3ce6f09fc1d7492125ae76f18215a
ARC: use -mcpu=XXX instead of obsolete -mXXX

-mXXX option is deprecated already in arc-2016.03 toolchain
and removed completely starting from arc-2016.09.

Direct replacement is -mcpu=XXX which is already supported by
arc-2016.03 used today in Lede.

With that change we'll be ready for ARC toolchain update still
keeping everything working with current tools.

Signed-off-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Cc: John Crispin <john@phrozen.org>
include/target.mk