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>
Thu, 19 Feb 2015 12:47:32 +0000 (13:47 +0100)
commit32098ec7bcba492f28451d2701ca4e26f2cc1c6e
treea517b4efa387ff685fc202546cd63d5744621610
parenta8140f36af2a8b63fd507bd8c1fa00df7819e0de
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