* configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 25 Feb 2000 19:30:22 +0000 (19:30 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 25 Feb 2000 19:30:22 +0000 (19:30 +0000)
it default if sparcv9 or sparc64.

ld/ChangeLog
ld/configure.tgt

index 7b2f851..e248104 100644 (file)
@@ -1,3 +1,8 @@
+2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
+
+       * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
+       it default if sparcv9 or sparc64.
+
 2000-02-24  Nick Clifton  <nickc@cygnus.com>
 
        * Makefile.am: Add rules to build emipspe.o and earmpe.o.
index 00783e1..36482fc 100644 (file)
@@ -53,6 +53,19 @@ sparc*-*-linux-gnu*) targ_emul=elf32_sparc
                        ;;
 sparc*-*-lynxos*)      targ_emul=sparclynx ;;
 sparc*-*-netbsd*)      targ_emul=sparcnbsd ;;
+sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
+                       targ_emul=elf32_sparc ;;
+sparc-*-solaris2*)     targ_emul=elf32_sparc
+                       targ_extra_emuls="elf64_sparc"
+                       targ_extra_libpath=$targ_extra_emuls
+                       tdir_elf64_sparc=`echo ${targ_alias} | sed -e 's/32//'`
+                       ;;
+sparcv9-*-solaris2* | sparc64-*-solaris2*)
+                       targ_emul=elf64_sparc
+                       targ_extra_emuls="elf32_sparc"
+                       targ_extra_libpath=$targ_extra_emuls
+                       tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
+                       ;;
 sparc*-*-solaris2*)    targ_emul=elf32_sparc ;;
 sparc*-wrs-vxworks*)   targ_emul=sparcaout ;;
 sparc*-*-rtems*)       targ_emul=sparcaout ;;