diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-01 11:37:18 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-01 11:37:18 +0000 |
commit | 3069934e37334a74eee11b48f82e8d32a4c77b54 (patch) | |
tree | f2c1deafc2e311106971ffc55b98290a3ba55332 /target/linux/brcm63xx/config-3.14 | |
parent | 3139140339ec3e6db2cc2d91bb6fbedbb12b6578 (diff) | |
download | upstream-3069934e37334a74eee11b48f82e8d32a4c77b54.tar.gz upstream-3069934e37334a74eee11b48f82e8d32a4c77b54.tar.bz2 upstream-3069934e37334a74eee11b48f82e8d32a4c77b54.zip |
brcm47xx, brcm63xx: disable CONFIG_MIPS_O32_FP64_SUPPORT
The flag is experimental and requires toolchain support, which we don't
provide. Also neither target has an FPU so it becomes meaningless
without the FPU emulator enabled.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44584
Diffstat (limited to 'target/linux/brcm63xx/config-3.14')
-rw-r--r-- | target/linux/brcm63xx/config-3.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/config-3.14 b/target/linux/brcm63xx/config-3.14 index eaf9774a8f..05c7de2c9b 100644 --- a/target/linux/brcm63xx/config-3.14 +++ b/target/linux/brcm63xx/config-3.14 @@ -138,7 +138,6 @@ CONFIG_MIPS_L1_CACHE_SHIFT=4 CONFIG_MIPS_L1_CACHE_SHIFT_4=y # CONFIG_MIPS_MACHINE is not set CONFIG_MIPS_MT_DISABLED=y -CONFIG_MIPS_O32_FP64_SUPPORT=y CONFIG_MODULES_USE_ELF_REL=y CONFIG_MODULE_FORCE_LOAD=y CONFIG_MODULE_FORCE_UNLOAD=y |