diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-04 20:24:28 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-04 20:24:28 +0000 |
commit | 29c38ecea6972bde8cfea3c4349c1bcf333be0c4 (patch) | |
tree | 0ace6177e74ad84e733121d1f8195dc1be32b1c7 /toolchain/gcc | |
parent | 8613ef1fba84f1a9e8c049ffac9a3159305dfe3c (diff) | |
download | buildroot-novena-29c38ecea6972bde8cfea3c4349c1bcf333be0c4.tar.gz buildroot-novena-29c38ecea6972bde8cfea3c4349c1bcf333be0c4.zip |
- fix typo
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/4.2/307-libstdc++-largefile-reconf.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/4.2/307-libstdc++-largefile-reconf.patch b/toolchain/gcc/4.2/307-libstdc++-largefile-reconf.patch index 739455491..fb7e2a37f 100644 --- a/toolchain/gcc/4.2/307-libstdc++-largefile-reconf.patch +++ b/toolchain/gcc/4.2/307-libstdc++-largefile-reconf.patch @@ -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 |