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] | |
On Fri, 3 Dec 2004, Steven Scholz wrote:Well, these where the ones that came with crosstool-0.28-rc37 for arm-softfloat...
It does not!
$ arm-softfloat-linux-gnu-gcc -E -dM -msoft-float x.c | grep -i fp #define __SOFTFP__ 1 $> arm-softfloat-linux-gnu-gcc -E -dM x.c | grep -i fp $
So it does _not_ softfloat by default, and I have to use -msoft-float when building my application, right?
Yes, that is correct.
But if you have a moment, it might be interesting to take a look into the gcc configuration. It seems wrong to be that the fp configuration is not hardwired. Maybe the configure flag is wrong; I remember at least the variantes --without-fp, --nfp, and --with-float=soft. You may want to try some of them.
-- Steven Scholz
------ 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] |