------- Comment #6 from ubizjak at gmail dot com 2009-02-06 16:35 ------- (In reply to comment #4) > Do we support TImode arithmetic on many platforms?, See: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17279 > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19493 > > I am booted in 32-bit mode (and building multilib).
32bit i386 doesn't support TImode. TImode soft-fp is disabled in libgcc/config/i386/32/t-fprules-softfp. A change in libgcc/conifg.host is needed to correctly filter these functions out on your target. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39048