This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


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

Re: Problem building glibc-2.1.1 for powerpc-elf


In message <199907281734.NAA28905@hoover.gilbarco.com>, "Ringeman, Tim" writes:
>configure --target=$powerpc-elf --prefix=$/ppclib/cross-compiler
>--enable-add-ons=crypt,linuxthreads

That's the problem then.  It's meaningless to use `--target' when compiling 
glibc.  You need to use `--host' instead, and you may have to specify 
`--build' too in order for glibc to notice it's being cross compiled.

p.


_______________________________________________
New CrossGCC FAQ: http://www.objsw.com/CrossGCC
_______________________________________________
To remove yourself from the crossgcc list, send
mail to crossgcc-request@cygnus.com with the
text 'unsubscribe' (without the quotes) in the
body of the message.

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