summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorsandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>2012-07-30 21:49:40 +0000
committersandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>2012-07-30 21:49:40 +0000
commite931fbeb7a510f40c4f490163bbfa0ebaa700987 (patch)
tree27b05cc4fc8d25729f49c6a29fc0428209d6a08f /gcc/config
parent35221383b6eab867211e61694ce157d35be3ea44 (diff)
downloadgcc-e931fbeb7a510f40c4f490163bbfa0ebaa700987.tar.gz
2012-07-30 Sandra Loosemore <sandra@codesourcery.com>
Julian Brown <julian@codesourcery.com> gcc/ * doc/invoke.texi (MIPS Options): Document -mno-float. * config/mips/mips.h (MIPS_ARCH_FLOAT_SPEC): Make it know about -mno-float. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189989 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/mips/mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index c227e82b4a7..68177dee8e1 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -713,7 +713,7 @@ struct mips_cpu_info {
link-compatible. */
#define MIPS_ARCH_FLOAT_SPEC \
- "%{mhard-float|msoft-float|march=mips*:; \
+ "%{mhard-float|msoft-float|mno-float|march=mips*:; \
march=vr41*|march=m4k|march=4k*|march=24kc|march=24kec \
|march=34kc|march=74kc|march=1004kc|march=5kc \
|march=octeon|march=xlr: -msoft-float; \