mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Does this fix x86 Solaris?
svn path=/trunk/icecast/; revision=2269
This commit is contained in:
parent
0b7adda391
commit
bb4ea2070f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user