configure: use warn() for mips unknown cpu warning
Found-by: ubitux Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user