[xiph-commits] r11000 - trunk/ao

giles at svn.xiph.org giles at svn.xiph.org
Mon Mar 13 16:18:10 PST 2006


Author: giles
Date: 2006-03-13 16:18:09 -0800 (Mon, 13 Mar 2006)
New Revision: 11000

Modified:
   trunk/ao/configure.in
Log:
Remove the -mv8 instruction set directive from the sparc build. 
Apparenlty this causes problems with gcc 4.0.2 on SunOS 5.9.
Issue #867.


Modified: trunk/ao/configure.in
===================================================================
--- trunk/ao/configure.in	2006-03-13 10:59:05 UTC (rev 10999)
+++ trunk/ao/configure.in	2006-03-14 00:18:09 UTC (rev 11000)
@@ -66,9 +66,9 @@
                 PROFILE="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char";;
         sparc-sun-*)
                 PLUGIN_LDFLAGS="-export-dynamic -avoid-version"
-                DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char -mv8"
-                CFLAGS="-O20 -ffast-math -D__NO_MATH_INLINES -fsigned-char -mv8"
-                PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char -mv8" ;;
+                DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char"
+                CFLAGS="-O20 -ffast-math -D__NO_MATH_INLINES -fsigned-char"
+                PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char" ;;
         *-darwin*)
                 PLUGIN_LDFLAGS="-module -avoid-version"
                 DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char -Ddlsym=dlsym_auto_underscore"



More information about the commits mailing list