[xiph-commits] r17567 - trunk/ogg
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Tue Oct 26 04:01:30 PDT 2010
Author: xiphmont
Date: 2010-10-26 04:01:30 -0700 (Tue, 26 Oct 2010)
New Revision: 17567
Modified:
trunk/ogg/configure.in
Log:
Remove the ancient -mv8 flag from SPARC gcc builds
Trac #1459
Modified: trunk/ogg/configure.in
===================================================================
--- trunk/ogg/configure.in 2010-10-26 10:56:31 UTC (rev 17566)
+++ trunk/ogg/configure.in 2010-10-26 11:01:30 UTC (rev 17567)
@@ -50,18 +50,9 @@
PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char"
;;
sparc-sun-*)
- sparc_cpu=""
- AC_MSG_CHECKING([if gcc supports -mv8])
- old_cflags="$CFLAGS"
- CFLAGS="$CFLAGS -mv8"
- AC_TRY_COMPILE(, [return 0;], [
- AC_MSG_RESULT([yes])
- sparc_cpu="-mv8"
- ])
- CFLAGS="$old_cflags"
- DEBUG="-g -Wall -fsigned-char $sparc_cpu"
- CFLAGS="-O20 -ffast-math -fsigned-char $sparc_cpu"
- PROFILE="-pg -g -O20 -fsigned-char $sparc_cpu"
+ DEBUG="-g -Wall -fsigned-char"
+ CFLAGS="-O20 -ffast-math -fsigned-char"
+ PROFILE="-pg -g -O20 -fsigned-char"
;;
*-*-darwin*)
DEBUG="-fno-common -g -Wall -fsigned-char"
More information about the commits
mailing list