Commit dff55dbc by Drew Moseley Committed by Alexandre Oliva

mn10300.h: Added no-crt0 option for explicitly disabling just crt0.o.

* config/mn10300/mn10300.h: Added no-crt0 option for explicitly
disabling just crt0.o.

From-SVN: r35615
parent 6dcd26ea
2000-08-10 Drew Moseley <dmoseley@redhat.com>
* config/mn10300/mn10300.h: Added no-crt0 option for explicitly
disabling just crt0.o.
2000-08-10 Richard Earnshaw <rearnshaw@arm.com> & Nick Clifton <nickc@cygnus.com> 2000-08-10 Richard Earnshaw <rearnshaw@arm.com> & Nick Clifton <nickc@cygnus.com>
* arm.h (CPP_SPEC): Use sub-spec cpp_interwork. * arm.h (CPP_SPEC): Use sub-spec cpp_interwork.
......
...@@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */
#undef ENDFILE_SPEC #undef ENDFILE_SPEC
#undef LINK_SPEC #undef LINK_SPEC
#undef STARTFILE_SPEC #undef STARTFILE_SPEC
#define STARTFILE_SPEC "%{!mno-crt0:%{!shared:%{pg:gcrt0%O%s}%{!pg:%{p:mcrt0%O%s}%{!p:crt0%O%s}}}}"
/* Names to predefine in the preprocessor for this target machine. */ /* Names to predefine in the preprocessor for this target machine. */
...@@ -58,6 +59,7 @@ extern int target_flags; ...@@ -58,6 +59,7 @@ extern int target_flags;
{ "am33", 0x2, N_("Target the AM33 processor")}, \ { "am33", 0x2, N_("Target the AM33 processor")}, \
{ "am33", -(0x1), ""},\ { "am33", -(0x1), ""},\
{ "no-am33", -0x2, ""}, \ { "no-am33", -0x2, ""}, \
{ "no-crt0", 0, N_("No default crt0.o") }, \
{ "", TARGET_DEFAULT, NULL}} { "", TARGET_DEFAULT, NULL}}
#ifndef TARGET_DEFAULT #ifndef TARGET_DEFAULT
......
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