diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-01-31 12:28:39 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-01-31 12:28:39 -0800 |
commit | 6cef330c377b50e0d510801ebbe94cbf16656b3f (patch) | |
tree | ef44310ada909ce3a4b89734ebba2d399f8cc3d3 | |
parent | 9509444c688b042efd8f6bdb0e2c562bbf8eef81 (diff) | |
download | gcc-6cef330c377b50e0d510801ebbe94cbf16656b3f.zip gcc-6cef330c377b50e0d510801ebbe94cbf16656b3f.tar.gz gcc-6cef330c377b50e0d510801ebbe94cbf16656b3f.tar.bz2 |
(STARTFILE_SPEC): Include values-X[cta].o file in link.
From-SVN: r6438
-rw-r--r-- | gcc/config/mips/svr4-5.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config/mips/svr4-5.h b/gcc/config/mips/svr4-5.h index f59f79d..1c22974 100644 --- a/gcc/config/mips/svr4-5.h +++ b/gcc/config/mips/svr4-5.h @@ -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" |