From 6896287581de902f29408a39f40332cc398aec60 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 21 Nov 2006 17:10:05 +0000 Subject: Port the locale changes to the other gcc versions as well SVN-Revision: 5608 --- toolchain/gcc/patches/4.1.1/200-uclibc-locale.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain/gcc/patches/4.1.1') diff --git a/toolchain/gcc/patches/4.1.1/200-uclibc-locale.patch b/toolchain/gcc/patches/4.1.1/200-uclibc-locale.patch index 6cfbc62509..681e81e27c 100644 --- a/toolchain/gcc/patches/4.1.1/200-uclibc-locale.patch +++ b/toolchain/gcc/patches/4.1.1/200-uclibc-locale.patch @@ -3120,13 +3120,13 @@ + 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(). -- cgit v1.2.3