From 8739fa976452de0effe18109ba95c5b358fae087 Mon Sep 17 00:00:00 2001 From: Bernhard Fischer Date: Wed, 14 May 2008 19:26:42 +0200 Subject: [PATCH] alpha can do soft-fp too --- toolchain/Config.in.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/Config.in.2 b/toolchain/Config.in.2 index f8d8b3f..2fa2ed5 100644 --- a/toolchain/Config.in.2 +++ b/toolchain/Config.in.2 @@ -57,7 +57,7 @@ config BR2_USE_WCHAR config BR2_SOFT_FLOAT bool "Use software floating point by default" default n - depends on BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_powerpc + depends on BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_powerpc || BR2_alpha help If your target CPU does not have a Floating Point Unit (FPU) or a kernel FPU emulator, but you still wish to support floating point -- 2.11.4.GIT