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]
Other format: [Raw text]

compiling glibc with --without-fp


i want to build a soft-float glibc so i add a --without-fp option in the 
configure command, something like this:


...
bootstrap gcc build...
...
...
build-glibc/configure --other-configure-options --without-fp
...
...
core gcc build...



the build procedure successfully.

i dont know if the glibc i get is a "no fpu" glibc or a "soft-float" glibc?

if not a soft-float glibc, how could i build a soft-float glibc?



i use crosstool-0.28-rc37, gcc 3.4.1 glibc-2.3.3,the kernel is 2.6.8

--douwen 




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


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