This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug inline-asm/39048] gcc 4.4.0 20090131 - Extra underscore hides libgcc's soft-fp functions from Testsuite causing FAILs + naming error in libgcc



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]