This is the mail archive of the gcc-patches@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]

Re: Provide 64-bit default Solaris/x86 configuration (PR target/39150)


Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> writes:

> All bootstraps have completed without regressions, so I've installed the
> patch as is, after verifying that the libgo parts aren't present in the
> upstream Go repo.

I committed the libgo patch to the upstream repository.

Thanks.

Ian

diff -r 70b5a35b2d19 libgo/config/libtool.m4
--- a/libgo/config/libtool.m4	Wed Jul 06 12:44:38 2011 -0700
+++ b/libgo/config/libtool.m4	Thu Jul 07 09:47:14 2011 -0700
@@ -1296,7 +1296,7 @@
       case $lt_cv_prog_gnu_ld in
       yes*)
         case $host in
-        i?86-*-solaris*)
+        i?86-*-solaris* | x86_64-*-solaris2.1[[0-9]]*)
           LD="${LD-ld} -m elf_x86_64"
           ;;
         sparc*-*-solaris*)

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