Commit 2a275748 by Doug Evans

(STARTFILE_SPEC,LINK_SPEC): Define.

From-SVN: r11586
parent dcb97651
...@@ -29,3 +29,11 @@ Boston, MA 02111-1307, USA. */ ...@@ -29,3 +29,11 @@ Boston, MA 02111-1307, USA. */
#undef SUBTARGET_SWITCHES #undef SUBTARGET_SWITCHES
#define SUBTARGET_SWITCHES \ #define SUBTARGET_SWITCHES \
{"live-g0", MASK_LIVE_G0}, {"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 ""
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment