target.mk: change CPU_CFLAGS to better suit target CPUs
authorFelix Fietkau <nbd@nbd.name>
Thu, 14 Jul 2016 13:43:49 +0000 (15:43 +0200)
committerFelix Fietkau <nbd@nbd.name>
Fri, 15 Jul 2016 12:14:42 +0000 (14:14 +0200)
commitf021ea47d322eec759d2f0ee5c15e289939819fd
tree7b7265c433df5233bca62f27acd8615c5ae36032
parent11d496d1562084d4cdd5822d5ef8fc8c176233ea
target.mk: change CPU_CFLAGS to better suit target CPUs

-march forces the compiler to generate generic code, whereas -mcpu
allows it to target the specific CPU variant and use instructions that
the generic architecture may not have

Signed-off-by: Felix Fietkau <nbd@nbd.name>
include/target.mk