MIPS: Makefile: Move the ASEs checks after setting the core's CFLAGS
authorMarkos Chandras <markos.chandras@imgtec.com>
Mon, 2 Feb 2015 15:41:01 +0000 (15:41 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 16 Feb 2015 09:55:26 +0000 (10:55 +0100)
commitb3e76c44a55e4452a0717a7eafb3b608b13629f9
tree803898922a12618480b7b39caa3866f536692906
parented4cbc81addbc076b016c5b979fd1a02f0897f0a
MIPS: Makefile: Move the ASEs checks after setting the core's CFLAGS

We need to check the ASEs support against the core's CFLAGS instead
of depending to the default -march option from the toolchain.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: Maciej W. Rozycki <macro@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/9180/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Makefile