(STARTFILE_SPEC): Include values-X[cta].o file in link.

From-SVN: r6438
This commit is contained in:
Jim Wilson 1994-01-31 12:28:39 -08:00
parent 9509444c68
commit 6cef330c37

View 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"