From: Chao-ying Fu Date: Wed, 22 Oct 2008 21:33:08 +0000 (+0000) Subject: * config/mips/mips.opt (msmartmips): Accept -mno-smartmips. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a166140fdb75e61be0467707cb89fea8a899f9c1;p=gcc.git * config/mips/mips.opt (msmartmips): Accept -mno-smartmips. From-SVN: r141309 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7dd092ce33c..9981edc358a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-10-22 Chao-ying Fu + + * config/mips/mips.opt (msmartmips): Accept -mno-smartmips. + 2008-10-22 Bernd Schmidt From Mike Frysinger diff --git a/gcc/config/mips/mips.opt b/gcc/config/mips/mips.opt index 56c99ac16f8..f192f0b52b8 100644 --- a/gcc/config/mips/mips.opt +++ b/gcc/config/mips/mips.opt @@ -249,7 +249,7 @@ Target Report RejectNegative Mask(SINGLE_FLOAT) Restrict the use of hardware floating-point instructions to 32-bit operations msmartmips -Target Report RejectNegative Mask(SMARTMIPS) +Target Report Mask(SMARTMIPS) Use SmartMIPS instructions msoft-float