summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2016-02-24 16:38:21 +0000
committerMichael Niedermayer <michael@niedermayer.cc>2016-02-27 04:22:56 +0100
commit5156578d1f486163d5b83f1d63246cd23d107933 (patch)
tree732b088870d878630d76e8ca18c8117de12c21b5 /configure
parent8514fb6b987c20da34f566b5f92bededd836c8ab (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files 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.