* configure.host (sparc*-*-solaris2*): Rename into sparc-*-solaris2*.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Thu, 6 Jan 2005 18:05:17 +0000 (18:05 +0000)
committerEric Botcazou <ebotcazou@libertysurf.fr>
Thu, 6 Jan 2005 18:05:17 +0000 (18:05 +0000)
(sparc64-sun-solaris2*): New host.

ld/ChangeLog
ld/configure.host

index 5fceef32ed011ff8bcbd47989ac6ecffc61725a9..ace3eecd4ded45c5f1d944796ea9560301ec6646 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * configure.host (sparc*-*-solaris2*): Rename into sparc-*-solaris2*.
+       (sparc64-sun-solaris2*): New host.
+
 2005-01-06  Paul Brook  <paul@codesourcery.com>
 
        * Makefie.am: Add earmelf_vxworks.
index 4c2af079e0d3e619a79bca7fc8c4a68c3da1042b..3b088c42158634233c502773c0ebe0e714370b2b 100644 (file)
@@ -204,11 +204,16 @@ s390-*-linux-gnu*)
   HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,\\\`egrep.*\"\\\`,/lib/ld.so.1,"`
   ;;
 
-sparc*-*-solaris2*)
+sparc-*-solaris2*)
   HOSTING_CRT0='`if [ -f ../gcc/crt1.o ]; then echo ../gcc/crt1.o; else ${CC} -print-file-name=crt1.o; fi` `if [ -f ../gcc/crti.o ]; then echo ../gcc/crti.o; else ${CC} -print-file-name=crti.o; fi` /usr/ccs/lib/values-Xa.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; else ${CC} -print-file-name=crtbegin.o; fi`'
   HOSTING_LIBS="$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} -print-file-name=crtend.o; fi` `if [ -f ../gcc/crtn.o ]; then echo ../gcc/crtn.o; else ${CC} -print-file-name=crtn.o; fi`'
   ;;
 
+sparc64-*-solaris2* | sparcv9-*-solaris2*)
+  HOSTING_CRT0='`if [ -f ../gcc/crt1.o ]; then echo ../gcc/crt1.o; else ${CC} -print-file-name=crt1.o; fi` `if [ -f ../gcc/crti.o ]; then echo ../gcc/crti.o; else ${CC} -print-file-name=crti.o; fi` /usr/ccs/lib/sparcv9/values-Xa.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; else ${CC} -print-file-name=crtbegin.o; fi`'
+  HOSTING_LIBS="$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} -print-file-name=crtend.o; fi` `if [ -f ../gcc/crtn.o ]; then echo ../gcc/crtn.o; else ${CC} -print-file-name=crtn.o; fi`'
+  ;;
+
 sparc-*-linux-gnu*)
   HOSTING_CRT0=`echo "$HOSTING_CRT0" | sed -e "s,\\\`egrep.*\"\\\`,/lib/ld-linux.so.2,"`
   ;;
This page took 0.028184 seconds and 4 git commands to generate.