X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=toolchain%2Fgcc%2Fpatches%2F3.4.6-nonmips%2F200-uclibc-locale.patch;h=26cf90624e230355b02eced528b45c2999dd5d18;hp=3fc4900b06a203e73324f257c5518a6319268e2c;hb=ec75afb093c578367fa11cdb89d7831b98555c77;hpb=df92b8fc4a2fff8496ac9dd09db891eed968cbe5 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 3fc4900b06..26cf90624e 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().