* i960/i960.h: Added default for SUBTARGET_SWITCHES macro.
From-SVN: r15077
This commit is contained in:
parent
6030b6afe7
commit
02d7a56981
@ -1,3 +1,7 @@
|
|||||||
|
Thu Sep 4 09:58:53 1997 Joel Sherrill (joel@OARcorp.com)
|
||||||
|
|
||||||
|
* i960/i960.h: Added default for SUBTARGET_SWITCHES macro.
|
||||||
|
|
||||||
Thu Sep 4 09:53:20 1997 Jim Wilson (wilson@cygnus.com)
|
Thu Sep 4 09:53:20 1997 Jim Wilson (wilson@cygnus.com)
|
||||||
|
|
||||||
* profile.c (output_arc_profiler): Verify next_insert_after is an
|
* profile.c (output_arc_profiler): Verify next_insert_after is an
|
||||||
|
@ -272,6 +272,9 @@ extern int target_flags;
|
|||||||
SUBTARGET_SWITCHES \
|
SUBTARGET_SWITCHES \
|
||||||
{ "", TARGET_DEFAULT}}
|
{ "", TARGET_DEFAULT}}
|
||||||
|
|
||||||
|
/* This are meant to be redefined in the host dependent files */
|
||||||
|
#define SUBTARGET_SWITCHES
|
||||||
|
|
||||||
/* Override conflicting target switch options.
|
/* Override conflicting target switch options.
|
||||||
Doesn't actually detect if more than one -mARCH option is given, but
|
Doesn't actually detect if more than one -mARCH option is given, but
|
||||||
does handle the case of two blatantly conflicting -mARCH options. */
|
does handle the case of two blatantly conflicting -mARCH options. */
|
||||||
|
Loading…
Reference in New Issue
Block a user