diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-11-24 19:42:02 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-11-24 19:42:02 +0100 |
commit | c8f5ec8263da0f5923700a7d5e95646c86da470b (patch) | |
tree | 7475621ddaacb32c7925a181d50c512e74217087 /config | |
parent | 4c592b8758e4683fedf4ceabb66353db16582e51 (diff) | |
download | crosstool-ng-c8f5ec8263da0f5923700a7d5e95646c86da470b.tar.gz crosstool-ng-c8f5ec8263da0f5923700a7d5e95646c86da470b.tar.bz2 crosstool-ng-c8f5ec8263da0f5923700a7d5e95646c86da470b.zip |
arch/mips: MIPS supports setting the floating point type
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config')
-rw-r--r-- | config/arch/mips.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/arch/mips.in b/config/arch/mips.in index dbc3b321..252bc503 100644 --- a/config/arch/mips.in +++ b/config/arch/mips.in @@ -8,6 +8,7 @@ ## select ARCH_DEFAULT_BE ## select ARCH_SUPPORTS_WITH_ARCH ## select ARCH_SUPPORTS_WITH_TUNE +## select ARCH_SUPPORTS_WITH_FLOAT ## ## help The MIPS architecture, as defined by: ## help http://www.mips.com/ |