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

See the CrossGCC FAQ for lots more information.


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

Re: 2nd Stage of xGCC -- failure


>This is rathter strange to me because I configured it with 
>
>configure -target=arm-linux --prefix=/home/ruf/Cross/arm-linux

It makes no sense to use `--target' when configuring glibc.  Use 
`--host=arm-linux' instead.

>Is there a possibility to configure an ARM GCC C++ without fpu support?
>Does this work then for creating a linux binary for ARM?

What do you mean by `without fpu support'?  If you don't want GCC to generate 
FPA opcodes, use "-msoft-float" in CFLAGS.  There isn't currently any 
configure option to make that the default, though it will be in the future.

p.



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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