summaryrefslogtreecommitdiff
blob: a57f22c9ca3a08f415635954c3121881091ca27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Unbreak x86_64-pc-solaris2.1[01], it IS 64-bits too.  Without this,
libtool thinks the linker is called ld_sol2.

--- configure
+++ configure
@@ -1383,7 +1383,7 @@
       case $lt_cv_prog_gnu_ld in
       yes*)
         case $host in
-        i?86-*-solaris*)
+        i?86-*-solaris*|x86_64-*-solaris*)
           LD="${LD-ld} -m elf_x86_64"
           ;;
         sparc*-*-solaris*)