mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05:00
(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:
@@ -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}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user