[Bug libstdc++/30365] No possibility to disable large file support (LFS)

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Jan 4 11:31:00 GMT 2007



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-01-04 11:31 -------
Hmm:
    case "$target" in
      *-uclinux*)
        # Don't enable LFS with uClibc
        ;;
      *)
        AC_DEFINE(_GLIBCXX_USE_LFS)
    esac


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30365



More information about the Gcc-bugs mailing list