Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-IceS
Commits
247fa1e7
Commit
247fa1e7
authored
Oct 29, 2001
by
Jack Moffitt
Browse files
Fix for x86 Solaris.
svn path=/trunk/ices/; revision=2270
parent
2350236b
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
247fa1e7
...
...
@@ -17,7 +17,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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment