From 2a27574812f7aaf0b0bfbf8d197448a22ae2c289 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 21 Mar 1996 19:42:11 +0000 Subject: [PATCH] (STARTFILE_SPEC,LINK_SPEC): Define. From-SVN: r11586 --- gcc/config/sparc/splet.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gcc/config/sparc/splet.h b/gcc/config/sparc/splet.h index ae131ead2e4..2dc582b3e6f 100644 --- a/gcc/config/sparc/splet.h +++ b/gcc/config/sparc/splet.h @@ -29,3 +29,11 @@ Boston, MA 02111-1307, USA. */ #undef SUBTARGET_SWITCHES #define SUBTARGET_SWITCHES \ {"live-g0", MASK_LIVE_G0}, + +/* Require the user to supply crt0.o. */ +#undef STARTFILE_SPEC +#define STARTFILE_SPEC "" + +/* Don't need any special link spec. */ +#undef LINK_SPEC +#define LINK_SPEC "" -- 2.30.2