This is the mail archive of the gcc-help@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]

Re: Installation Help


On Jan 11, 2001, "Roland Schwarz" <roland.schwarz@chello.at> wrote:

> Does this imply, that newlib is useless for a linux target?

I heard someone was porting newlib to GNU/Linux.  But I don't know
whether it's finished, and it will probably have to provide
_G_config.h as glibc does.  Or you may force libio to build
_G_config.h itself (just run `make _G_config.h' in the libio build
dir).

But I foresee more problems.  Unless newlib provides the same crt
object files that glibc does, you'll have to modify GCC so as to use
those provided by newlib.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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