X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9554590ab8d420491ad1adca8e9cc1dd9bd2653d..600f114c01e3324d296879632b53b3e1fdcec9e3:/toolchain/gcc/patches/3.4.6-nonmips/200-uclibc-locale.patch diff --git a/toolchain/gcc/patches/3.4.6-nonmips/200-uclibc-locale.patch b/toolchain/gcc/patches/3.4.6-nonmips/200-uclibc-locale.patch index 3fc4900b0..26cf90624 100644 --- a/toolchain/gcc/patches/3.4.6-nonmips/200-uclibc-locale.patch +++ b/toolchain/gcc/patches/3.4.6-nonmips/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().