------- Comment #2 from rob1weld at aol dot com 2009-02-05 03:43 ------- (In reply to comment #1) > You can use following (slightly wrapped...) patch to enable 128bit soft-fp on > Solaris: > Thanks, I'll try that this week (working on a P1).
Please read the ChangeLog: ../gcc_trunk/ChangeLog: * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu). ../gcc_trunk/ChangeLog: * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu. You might want to change that to allow for the new Targets k*bsd and kopensolaris ("OpenSolaris Kernel with *BSD" and "OpenSolaris Kernel with GNU Libc"): @@ -3058,6 +3058,9 @@ - i[34567]86-*-linux* | x86_64-*-linux*) + i[34567]86-*-linux* | x86_64-*-linux* *-*-kopensolaris*-gnu kfreebsd*-gnu* knetbsd*-gnu* x86_64-*kfreebsd*-gnu) Thanks for the Tip, Rob -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39048