- fix typo
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 4 Jan 2007 20:24:28 +0000 (20:24 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 4 Jan 2007 20:24:28 +0000 (20:24 -0000)
toolchain/gcc/4.2/307-libstdc++-largefile-reconf.patch

index 7394554915f2e1ae9b8e55270060a3f2126c3f57..fb7e2a37f129c7c1e2b0021523b7a3449978bb5d 100644 (file)
@@ -28,7 +28,7 @@ diff -dup gcc-4.2.orig/libstdc++-v3/crossconfig.m4 gcc-4.2/libstdc++-v3/crosscon
          # Don't enable LFS with uClinux
          ;;
        *)
-+      if test x"$enable_lfs" = x"yes"; then
++      if test x"$enable_largefile" = x"yes"; then
          AC_DEFINE(_GLIBCXX_USE_LFS)
 +      fi
      esac
@@ -438,7 +438,7 @@ diff -dup gcc-4.2.orig/libstdc++-v3/configure gcc-4.2/libstdc++-v3/configure
          # Don't enable LFS with uClinux
          ;;
        *)
-+      if test x"$enable_lfs" = x"yes"; then
++      if test x"$enable_largefile" = x"yes"; then
          cat >>confdefs.h <<\_ACEOF
  #define _GLIBCXX_USE_LFS 1
  _ACEOF