Skip to content

Commit

Permalink
Revert commit 292222. It's not needed anymore to specify c99.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsp committed Jan 12, 2010
1 parent 8f42ef7 commit cf881fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,9 @@ case $host_cpu in
;;
sparc*)
if test "$SUNCC" = "yes"; then
CFLAGS="$CFLAGS -xc99=all -xmemalign=8s"
CFLAGS="$CFLAGS -xmemalign=8s"
fi
;;
i386)
if test "$SUNCC" = "yes"; then
CFLAGS="$CFLAGS -xc99=all"
fi
esac

dnl activate some gcc specific optimizations for gcc >= 4
Expand Down

0 comments on commit cf881fc

Please sign in to comment.