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 <Vincent.Riera@imgtec.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Vicente Olivert Riera 2016-02-24 16:38:21 +00:00 committed by Michael Niedermayer
parent 8514fb6b98
commit 5156578d1f

4
configure vendored
View File

@ -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.