From: Richard Kenner Date: Wed, 31 May 1995 18:11:45 +0000 (-0400) Subject: (TARGET_SWITCHES): Set MASK_STRING_SET explicitly if -mno-string, so X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bbdd88dfa1a32b080d46dce4e5e807cfb80da6f3;p=gcc.git (TARGET_SWITCHES): Set MASK_STRING_SET explicitly if -mno-string, so that it can override the processor default. From-SVN: r9846 --- diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index a45dad4000a..bcdec1da055 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -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}}