* config/solaris2.mh: New file. Define HOSTING_CRT0 and
authorIan Lance Taylor <ian@airs.com>
Thu, 23 Sep 1993 21:53:33 +0000 (21:53 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 23 Sep 1993 21:53:33 +0000 (21:53 +0000)
HOSTING_LIBS for testing.

ld/config/.Sanitize
ld/config/solaris2.mh [new file with mode: 0644]

index 2a0f25fbd9e85d6e4dcafd5156f80d1057c6a174..52f51efdcb93e320d1350ab8e0801ca2842f0b3e 100644 (file)
@@ -63,6 +63,7 @@ news.mt
 ose68.mt
 rtbsd.mh
 sa29200.mt
+solaris2.mh
 sparc64-elf.mt
 sparc-ll.mh
 st2000.mt
diff --git a/ld/config/solaris2.mh b/ld/config/solaris2.mh
new file mode 100644 (file)
index 0000000..831019b
--- /dev/null
@@ -0,0 +1,3 @@
+# Hosting files for Solaris
+HOSTING_CRT0=`if [ -f ../gcc/crt1.o ]; then echo ../gcc/crt1.o; else gcc -print-libgcc-file-name | sed -e 's/libgcc.a/crt1.o/'; fi` `if [ -f ../gcc/crti.o ]; then echo ../gcc/crti.o; else gcc -print-libgcc-file-name | sed -e 's/libgcc.a/crti.o/'; fi` /usr/ccs/lib/values-Xa.o `if [ -f ../gcc/crtbegin.o ]; then echo ../gcc/crtbegin.o; else gcc -print-libgcc-file-name | sed -e 's/libgcc.a/crtbegin.o/'; fi`
+HOSTING_LIBS=`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else gcc -print-libgcc-file-name; fi`  -lc `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; fi` `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else gcc -print-libgcc-file-name | sed -e 's/libgcc.a/crtend.o/'; fi` `if [ -f ../gcc/crtn.o ]; then echo ../gcc/crtn.o; else gcc -print-libgcc-file-name | sed -e 's/libgcc.a/crtn.o/'; fi`