projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28e9a01
)
Revert commit 292222. It's not needed anymore to specify c99.
author
David Soria Parra
<dsp@php.net>
Tue, 12 Jan 2010 09:28:02 +0000
(09:28 +0000)
committer
David Soria Parra
<dsp@php.net>
Tue, 12 Jan 2010 09:28:02 +0000
(09:28 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index f89627f42653871928a30bd9a7a7ad339f0817fb..fc8e88c6959ebb339b08a82e5eaaf04c5af8c4c7 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-202,12
+202,7
@@
case $host_cpu in
;;
sparc*)
if test "$SUNCC" = "yes"; then
- CFLAGS="$CFLAGS -xc99=all -xmemalign=8s"
- fi
- ;;
- i386)
- if test "$SUNCC" = "yes"; then
- CFLAGS="$CFLAGS -xc99=all"
+ CFLAGS="$CFLAGS -xmemalign=8s"
fi
;;
esac