diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-21 12:12:47 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-21 12:12:47 +0000 |
commit | 69cfd6c0011a2d2d6dd5d186a10066c610eec806 (patch) | |
tree | 1235f0b32dd11d7c2a96fbdfeb1f442e351ddee5 /toolchain/gcc/patches/3.4.6 | |
parent | 785dc43d5637030d47aa5cd7d5941296956ce812 (diff) |
Fix gcc config_largefile (#926)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5598 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/patches/3.4.6')
-rw-r--r-- | toolchain/gcc/patches/3.4.6/200-uclibc-locale.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/patches/3.4.6/200-uclibc-locale.patch b/toolchain/gcc/patches/3.4.6/200-uclibc-locale.patch index 3fc4900b06..26cf90624e 100644 --- a/toolchain/gcc/patches/3.4.6/200-uclibc-locale.patch +++ b/toolchain/gcc/patches/3.4.6/200-uclibc-locale.patch @@ -3125,13 +3125,13 @@ diff -urN gcc-3.4.2-dist/libstdc++-v3/crossconfig.m4 gcc-3.4.2/libstdc++-v3/cros + GLIBCXX_CHECK_WCHAR_T_SUPPORT + + # For LFS. -+ AC_DEFINE(HAVE_INT64_T) ++ GLIBCXX_CHECK_INT64_T + case "$target" in + *-uclinux*) + # Don't enable LFS with uClinux + ;; + *) -+ AC_DEFINE(_GLIBCXX_USE_LFS) ++ GLIBCXX_USE_LFS + esac + + # For showmanyc_helper(). |