Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 187933 | Differences between
and this patch

Collapse All | Expand All

(-)configure.orig (-8 / +8 lines)
Lines 4345-4358 Link Here
4345
esac
4345
esac
4346
4346
4347
# default CFLAGS, CXXFLAGS for GCC in case they were not set by the user.
4347
# default CFLAGS, CXXFLAGS for GCC in case they were not set by the user.
4348
if test "$GCC" = "yes"; then
4348
dnl if test "$GCC" = "yes"; then
4349
  if test "$ac_test_CFLAGS" != "set"; then
4349
dnl   if test "$ac_test_CFLAGS" != "set"; then
4350
    CFLAGS="-W -Wall -g -O3 -ffast-math -fomit-frame-pointer $UFRAW_MARCH"
4350
dnl     CFLAGS="-W -Wall -g -O3 -ffast-math -fomit-frame-pointer $UFRAW_MARCH"
4351
  fi
4351
dnl   fi
4352
  if test "$ac_test_CXXFLAGS" != "set"; then
4352
dnl   if test "$ac_test_CXXFLAGS" != "set"; then
4353
    CXXFLAGS="-W -Wall -g -O3 -ffast-math -fomit-frame-pointer $UFRAW_MARCH"
4353
dnl     CXXFLAGS="-W -Wall -g -O3 -ffast-math -fomit-frame-pointer $UFRAW_MARCH"
4354
  fi
4354
dnl   fi
4355
fi
4355
dnl fi
4356
4356
4357
# windows will require some special attention
4357
# windows will require some special attention
4358
case $host_os in
4358
case $host_os in

Return to bug 187933