From 5156578d1f486163d5b83f1d63246cd23d107933 Mon Sep 17 00:00:00 2001 From: Vicente Olivert Riera Date: Wed, 24 Feb 2016 16:38:21 +0000 Subject: [PATCH] mips: do not disable any feature for generic cores We don't know which features are available when the user selects a generic core, so don't disable anything by default and let the user decide. Signed-off-by: Vicente Olivert Riera Signed-off-by: Michael Niedermayer --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 7bf6236d97..f4b821ad31 100755 --- a/configure +++ b/configure @@ -4258,8 +4258,8 @@ elif enabled mips; then esac ;; generic) - disable mips64r6 - disable msa + # We do not disable anything. Is up to the user to disable + # the unwanted features. ;; *) # Unknown CPU. Disable everything.