From 6db1de4c87355c6739f2b02c55373047ccaa0990 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Sat, 6 Jan 2007 22:38:07 +0000 Subject: re PR libstdc++/30365 (No possibility to disable large file support (LFS)) 2007-01-06 Paolo Carlini PR libstdc++/30365 * crossconfig.m4 (case *-linux*): Run crossconfig.m4. * configure: Regenerate. From-SVN: r120531 --- libstdc++-v3/crossconfig.m4 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'libstdc++-v3/crossconfig.m4') diff --git a/libstdc++-v3/crossconfig.m4 b/libstdc++-v3/crossconfig.m4 index 7077ddf7efa..3d1d356510a 100644 --- a/libstdc++-v3/crossconfig.m4 +++ b/libstdc++-v3/crossconfig.m4 @@ -157,13 +157,7 @@ case "${host}" in # For LFS. AC_DEFINE(HAVE_INT64_T) - case "$target" in - *-uclinux*) - # Don't enable LFS with uClibc - ;; - *) - AC_DEFINE(_GLIBCXX_USE_LFS) - esac + GLIBCXX_CHECK_LFS # For showmanyc_helper(). AC_CHECK_HEADERS(sys/ioctl.h sys/filio.h) -- cgit v1.2.3