1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Does this fix x86 Solaris?

svn path=/trunk/icecast/; revision=2269
This commit is contained in:
Jack Moffitt 2001-10-29 15:02:54 +00:00
parent 0b7adda391
commit bb4ea2070f

View File

@ -18,7 +18,7 @@ if test -z "$GCC"; then
CFLAGS="-O2 -w -signed -D_REENTRANT"
PROFILE="-p -g3 -O2 -signed -D_REENTRANT"
;;
*-sun-solaris*)
*-*-solaris*)
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"