[xiph-cvs] cvs commit: ices configure.in
Michael Smith
msmith at xiph.org
Sun Oct 21 03:08:42 PDT 2001
msmith 01/10/21 03:08:42
Modified: . configure.in
Log:
This uses threads too. And it too needs -D_REENTRANT on solaris, as a result.
Revision Changes Path
1.5 +7 -7 ices/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ices/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- configure.in 2001/10/20 22:07:16 1.4
+++ configure.in 2001/10/21 10:08:42 1.5
@@ -16,9 +16,9 @@
PROFILE="-p -g3 -O2 -signed"
;;
sparc-sun-solaris*)
- DEBUG="-v -g"
- CFLAGS="-xO4 -fast -w -fsimple -native -xcg92"
- PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc"
+ DEBUG="-v -g -D_REENTRANT"
+ CFLAGS="-xO4 -fast -w -fsimple -native -xcg92 -D_REENTRANT"
+ PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc -D_REENTRANT"
SUN_LIBS="-lnsl -lsocket -lresolv"
;;
*)
@@ -35,10 +35,10 @@
PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE"
;;
sparc-sun-*)
- DEBUG="-g -Wall -fsigned-char -mv8"
- CFLAGS="-O20 -ffast-math -fsigned-char -mv8"
- PROFILE="-pg -g -O20 -fsigned-char -mv8"
- SUN_LIBS="-lnsl -lsocket -lresolv"
+ 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"
+ SUN_LIBS="-lnsl -lsocket -lresolv -D_REENTRANT"
;;
*)
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