Commit 23679d82 authored by Michael Niedermayer's avatar Michael Niedermayer

configure: use warn() for mips unknown cpu warning

Found-by: ubitux
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 6282bdc2
...@@ -4239,7 +4239,7 @@ elif enabled mips; then ...@@ -4239,7 +4239,7 @@ elif enabled mips; then
;; ;;
*) *)
# Unknown CPU. Disable everything. # Unknown CPU. Disable everything.
echo "Warning: unknown CPU. Disabling all MIPS optimizations." warn "unknown CPU. Disabling all MIPS optimizations."
disable mipsfpu disable mipsfpu
disable mips32r2 disable mips32r2
disable mips32r6 disable mips32r6
......
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