This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [3.4 patch] Fix PR16314, undefined reference to `__subdf3' forarm-softfloat
On Tue, 2004-08-31 at 11:25, Vladimir Ivanov wrote:
> When I have to compile MaverickCrunch applications I use patched "t-linux"
> file, but I feel this is probably not the proper solution, so I kind of
> agree with Richard.
>
> What about defining more targets, like "t-linux-crunch" and
> "t-linux-softfp"? This could solve some of the current ABI differences.
Not really. I suspect folks really want a single compiler that supports
both hard and soft float. Separate t-* files only come into play with
separate configurations of the compiler. Besides that it becomes a
maintenance nightmare.
R.