Commit 6aa93689 authored by Mans Rullgard's avatar Mans Rullgard

configure: sanitise sparc vis check

It is wrong to force -mcpu=ultrasparc when checking for vis.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent eadfb056
......@@ -3100,9 +3100,7 @@ EOF
elif enabled sparc; then
enabled vis &&
check_inline_asm vis '"pdist %f0, %f0, %f0"' -mcpu=ultrasparc &&
add_cflags -mcpu=ultrasparc -mtune=ultrasparc
enabled vis && check_inline_asm vis '"pdist %f0, %f0, %f0"'
elif enabled x86; then
......
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