Commit 5156578d authored by Vicente Olivert Riera's avatar Vicente Olivert Riera Committed by Michael Niedermayer

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: 's avatarVicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 8514fb6b
...@@ -4258,8 +4258,8 @@ elif enabled mips; then ...@@ -4258,8 +4258,8 @@ elif enabled mips; then
esac esac
;; ;;
generic) generic)
disable mips64r6 # We do not disable anything. Is up to the user to disable
disable msa # the unwanted features.
;; ;;
*) *)
# Unknown CPU. Disable everything. # Unknown CPU. Disable everything.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment