(TARGET_SWITCHES): Set MASK_STRING_SET explicitly if -mno-string, so

that it can override the processor default.

From-SVN: r9846
This commit is contained in:
Richard Kenner 1995-05-31 14:11:45 -04:00
parent 1f5515bf74
commit bbdd88dfa1
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ extern int target_flags;
{"no-multiple", MASK_MULTIPLE_SET}, \
{"string", MASK_STRING | MASK_STRING_SET}, \
{"no-string", - MASK_STRING}, \
{"no-string", MASK_STRING_SET}, \
SUBTARGET_SWITCHES \
{"", TARGET_DEFAULT}}