diff options
Diffstat (limited to 'gcc/config/score/score.h')
-rw-r--r-- | gcc/config/score/score.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/score/score.h b/gcc/config/score/score.h index 49887040014..1309a40e023 100644 --- a/gcc/config/score/score.h +++ b/gcc/config/score/score.h @@ -20,11 +20,6 @@ #include "score-conv.h" -/* Controlling the Compilation Driver. */ -#undef SWITCH_TAKES_ARG -#define SWITCH_TAKES_ARG(CHAR) \ - (DEFAULT_SWITCH_TAKES_ARG (CHAR) || (CHAR) == 'G') - #undef CPP_SPEC #define CPP_SPEC "%{mscore3:-D__score3__} %{G*}" |