[xiph-cvs] cvs commit: libshout configure.in
Jack Moffitt
jack at xiph.org
Mon Oct 29 08:04:20 PST 2001
jack 01/10/29 08:04:20
Modified: . configure.in
Log:
-mv8 not available on x86 Solaris.
Revision Changes Path
1.4 +7 -2 libshout/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- configure.in 2001/10/29 16:02:13 1.3
+++ configure.in 2001/10/29 16:04:19 1.4
@@ -15,7 +15,7 @@
CFLAGS="-O2 -w -signed"
PROFILE="-p -g3 -O2 -signed"
;;
- *-sun-solaris*)
+ *-*-solaris*)
DEBUG="-v -g"
CFLAGS="-xO4 -fast -w -fsimple -native -xcg92"
PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc"
@@ -33,10 +33,15 @@
CFLAGS="-Wall -W -O20 -ffast-math -fsigned-char -D_REENTRANT"
PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char -D_REENTRANT"
;;
- *-sun-*)
+ sparc-sun-solaris*)
DEBUG="-g -Wall -fsigned-char -mv8"
CFLAGS="-O20 -ffast-math -fsigned-char -mv8"
PROFILE="-pg -g -O20 -fsigned-char -mv8"
+ ;;
+ *-pc-solaris*)
+ DEBUG="-g -Wall -fsigned-char"
+ CFLAGS="-O20 -ffast-math -fsigned-char"
+ PROFILE="-pg -g -O20 -fsigned-char"
;;
*)
DEBUG="-g -Wall -fsigned-char"
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list