X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fgcc%2Fpatches%2F4.0.2%2F200-uclibc-locale.patch;h=0228568977bb070c4d3bb03903d778efe1eecae8;hb=bafc2132549a752f3b38ec23fe26c667d8e45cc4;hp=c57f17312b26a6318850702f8cb0d66cc8bba0c2;hpb=94266d638908a140ef5cdd9b27d2eb367f97249f;p=openwrt-10.03%2F.git diff --git a/toolchain/gcc/patches/4.0.2/200-uclibc-locale.patch b/toolchain/gcc/patches/4.0.2/200-uclibc-locale.patch index c57f17312..022856897 100644 --- a/toolchain/gcc/patches/4.0.2/200-uclibc-locale.patch +++ b/toolchain/gcc/patches/4.0.2/200-uclibc-locale.patch @@ -3070,13 +3070,13 @@ diff -urN gcc-4.1.0/libstdc++-v3/crossconfig.m4 gcc-4.1.0-patched/libstdc++-v3/c + 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().