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]

Re: gcc-3.3.3 and softfloat?


Dan Kegel wrote:

In gcc-3.4.2-glibc-2.3.3-linux-2.6.8 (from crosstool-0.28-rc37) using
...
I get

$ arm-softfloat-linux-gnu-gcc -dM -E -xc /dev/null | grep SOFTFP
#define __SOFTFP__ 1
$ arm-softfloat-linux-gnu-gcc -dM -E -xc -msoft-float /dev/null | grep SOFTFP
#define __SOFTFP__ 1


Aha. So gcc-3.4 was the answer, eh?

Well, don't know. I had no time to rebuild my complete root fs with this toolchain. But still IMHO gcc-3.3.3-glibc-2.3.2-linux-2.6.8 does _not_ behave as (I) expected...


--
Steven


------ 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]