Skip to content
Snippets Groups Projects
Commit 41ebafa0 authored by Ralph Giles's avatar Ralph Giles
Browse files

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.


git-svn-id: http://svn.xiph.org/trunk/ao@11000 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent 369ec3df
No related branches found
No related tags found
No related merge requests found
......@@ -66,9 +66,9 @@ else
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment