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 libfortran/21185] libgfortran unusable for cross-testing for newlib targets



------- Comment #5 from pinskia at gcc dot gnu dot org  2007-01-05 16:51 -------
(In reply to comment #4)
> I guess we could try to provide a graceful degradation for such systems... The
> use of dup() can probably be avoided if dup() isn't available, without too much
> degradation in the library features. access() can probably be emulated, or at
> least its basic features. For ftruncate(), however, I don't see how to make it
> work.

Except for newlib for spu-elf actually has dup, access and ftruncate now so 
this is not a generic newlib issue really.


-- 


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


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