X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fgcc%2Fpatches%2F4.0.3%2F200-uclibc-locale.patch;h=e28fbd5326354c5f029e3513ff31dc7d795da4af;hb=2930411d73a5945cc790d6ddd9b5a030c5cb6ebd;hp=ac4cf97209454a11493dfc3a31d7d09743855430;hpb=94266d638908a140ef5cdd9b27d2eb367f97249f;p=openwrt-10.03%2F.git diff --git a/toolchain/gcc/patches/4.0.3/200-uclibc-locale.patch b/toolchain/gcc/patches/4.0.3/200-uclibc-locale.patch index ac4cf9720..e28fbd532 100644 --- a/toolchain/gcc/patches/4.0.3/200-uclibc-locale.patch +++ b/toolchain/gcc/patches/4.0.3/200-uclibc-locale.patch @@ -3117,13 +3117,13 @@ diff -urN gcc-4.0.0-100/libstdc++-v3/crossconfig.m4 gcc-4.0.0/libstdc++-v3/cross + 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().