This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- Comment #17 from pinskia at gcc dot gnu dot org  2007-01-04 11:54 -------
Oh you can turn off LFS in uclibc :).  So even disabling it for uclibc directly
is not correct.
Having a flag might be a good option but I feel it is the wrong thing to do
stuff.

I really don't think turning off LFS and using libstdc++ is a good idea anyways
because STL just bloats things anyways.  I have not got even a simple hello
world program to use less than 256k of code size/data yet for spu-elf.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|i686-linux-gnu              |
   GCC host triplet|i586-linux-uclibc           |
           Keywords|                            |patch


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]