/[grub]/grub/configure
ViewVC logotype

Diff of /grub/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.103 by okuji, Thu Jan 2 14:51:37 2003 UTC revision 1.104 by okuji, Sat Jan 4 23:22:42 2003 UTC
# Line 2917  fi Line 2917  fi
2917  # optimization flags  # optimization flags
2918  if test "x$ac_cv_c_compiler_gnu" = xyes; then  if test "x$ac_cv_c_compiler_gnu" = xyes; then
2919    if test "x$default_CFLAGS" = xyes; then    if test "x$default_CFLAGS" = xyes; then
2920      CFLAGS="$CFLAGS -g"      # Autoconf may set CFLAGS to -O2 and/or -g. So eliminate them.
2921        CFLAGS="`echo $CFLAGS | sed -e 's/-g//g' -e 's/-O[0-9]/g'` -g"
2922      # If the user specify the directory for binutils, add the option `-B'.      # If the user specify the directory for binutils, add the option `-B'.
2923      if test "x$with_binutils" != x; then      if test "x$with_binutils" != x; then
2924        CFLAGS="-B$with_binutils/ $CFLAGS"        CFLAGS="-B$with_binutils/ $CFLAGS"

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26