aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-11-21 12:12:47 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-11-21 12:12:47 +0000
commitc9263207a5674c169d8a12df05d6d7f6d897d733 (patch)
treeca26fe969f98a2871df42ec92eaf50e052419e9d /toolchain
parentfaf1eba5bee75631321ec09ed90a887fb144fe02 (diff)
downloadupstream-c9263207a5674c169d8a12df05d6d7f6d897d733.tar.gz
upstream-c9263207a5674c169d8a12df05d6d7f6d897d733.tar.bz2
upstream-c9263207a5674c169d8a12df05d6d7f6d897d733.zip
Fix gcc config_largefile (#926)
SVN-Revision: 5598
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/patches/3.4.6/200-uclibc-locale.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/patches/3.4.6/200-uclibc-locale.patch b/toolchain/gcc/patches/3.4.6/200-uclibc-locale.patch
index 3fc4900b06..26cf90624e 100644
--- a/toolchain/gcc/patches/3.4.6/200-uclibc-locale.patch
+++ b/toolchain/gcc/patches/3.4.6/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().