[xiph-cvs] cvs commit: ices configure.in
Jack Moffitt
jack at xiph.org
Mon Oct 29 07:55:09 PST 2001
jack 01/10/29 07:55:08
Modified: . configure.in
Log:
-mv8 doesn't work on x86 solaris. gcc will barf.
Revision Changes Path
1.13 +7 -1 ices/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ices/configure.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- configure.in 2001/10/29 15:33:11 1.12
+++ configure.in 2001/10/29 15:55:08 1.13
@@ -36,10 +36,16 @@
CFLAGS="-O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE"
PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE"
;;
- *-*-solaris*)
+ sparc-sun-solaris*)
DEBUG="-g -Wall -fsigned-char -mv8 -D_REENTRANT"
CFLAGS="-O20 -ffast-math -fsigned-char -mv8 -D_REENTRANT"
PROFILE="-pg -g -O20 -fsigned-char -mv8 -D_REENTRANT"
+ SOCKET_LIBS="-lnsl -lsocket -lresolv"
+ ;;
+ *-pc-solaris*)
+ DEBUG="-g -Wall -fsigned-char -D_REENTRANT"
+ CFLAGS="-O20 -ffast-math -fsigned-char -D_REENTRANT"
+ PROFILE="-pg -g -O20 -fsigned-char -D_REENTRANT"
SOCKET_LIBS="-lnsl -lsocket -lresolv"
;;
*)
--- >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