diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-28 20:08:54 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-28 20:08:54 +0000 |
commit | 0eb23d1ba185f578a02029ae4977c3a8abea6309 (patch) | |
tree | d9983d639abf04397ef528e020539832cb9d1e31 /target/linux/ixp4xx/config-default | |
parent | 6469ab20e19c16cca3046c425192577f3765f1d8 (diff) |
turn off FPU emulation on ARM and PowerPC - we are on softfloat now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10012 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/config-default')
-rw-r--r-- | target/linux/ixp4xx/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/config-default b/target/linux/ixp4xx/config-default index 0c2af9ca4..e669a6101 100644 --- a/target/linux/ixp4xx/config-default +++ b/target/linux/ixp4xx/config-default @@ -90,7 +90,7 @@ CONFIG_DNOTIFY=y # CONFIG_FARSYNC is not set CONFIG_FIRMWARE_EDID=y # CONFIG_FPE_FASTFPE is not set -CONFIG_FPE_NWFPE=y +# CONFIG_FPE_NWFPE is not set # CONFIG_FPE_NWFPE_XP is not set CONFIG_FRAME_POINTER=y # CONFIG_HAMRADIO is not set |