MIPS: Loongson-3: Improve -march option and move it to Platform
authorHuacai Chen <chenhc@lemote.com>
Thu, 21 Jan 2016 13:09:48 +0000 (21:09 +0800)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 22 Jan 2016 00:59:18 +0000 (01:59 +0100)
commit5188129b8c9f58ba089bfd3809a163a8c087c797
tree6b06698b8e1152bb86382bef377a684ffee002e3
parent6e52684467b2c135e07e638469cd1d78bd8286ac
MIPS: Loongson-3: Improve -march option and move it to Platform

If GCC >= 4.9 and Binutils >=2.25, we use -march=loongson3a, otherwise
we use -march=mips64r2, this can slightly improve performance. Besides,
arch/mips/loongson64/Platform is a better location rather than arch/
mips/Makefile.

Signed-off-by: Huacai Chen <chenhc@lemote.com>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: Fuxin Zhang <zhangfx@lemote.com>
Cc: Zhangjin Wu <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/12161/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Makefile
arch/mips/loongson64/Platform