(STARTFILE_SPEC): Include values-X[cta].o file in link.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 31 Jan 1994 20:28:39 +0000 (12:28 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 31 Jan 1994 20:28:39 +0000 (12:28 -0800)
From-SVN: r6438

gcc/config/mips/svr4-5.h

index f59f79d2de75e67615f559bcd8ec3cc8a5295b04..1c2297441e780acf4e1f8ab49e2e6066456186ba 100644 (file)
@@ -48,7 +48,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
                    
 #define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc crtn.o%s"
 
-#define STARTFILE_SPEC "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt1.o%s}}"
+#define STARTFILE_SPEC "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt1.o%s}}\
+       %{ansi:/svr4/usr/ccs/lib/values-Xc.o%s} \
+                          %{!ansi: \
+                           %{traditional:/svr4/usr/ccs/lib/values-Xt.o%s} \
+                           %{!traditional:/svr4/usr/ccs/lib/values-Xa.o%s}}"
 
 #define MACHINE_TYPE "RISC-OS System V.4 Mips"