From 6aa93689abe8c095cec9fa828c2dee3131008995 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Thu, 25 Oct 2012 15:56:16 +0100 Subject: configure: sanitise sparc vis check It is wrong to force -mcpu=ultrasparc when checking for vis. Signed-off-by: Mans Rullgard --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index a39cb7792f..bfa3a616e5 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3