diff options
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/sparc/splet.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 "" |