Patch from acmay: http://bugs.uclibc.org/view.php?id=47
authorEric Andersen <andersen@codepoet.org>
Sun, 23 Jan 2005 11:18:02 +0000 (11:18 -0000)
committerEric Andersen <andersen@codepoet.org>
Sun, 23 Jan 2005 11:18:02 +0000 (11:18 -0000)
0000047: ARM BigEndian does not allow Soft Float

When ARMEB is selected for the arch I am unable to select soft float support.

The toolchain/Config.in does not have a depend for armeb, it just has arm.

The attached patch should cover it.

toolchain/Config.in

index 704f74e42a82d77e568640210eafb2f2d17f45f5..2651254f8dadba317d48ede7a392a15bb51045fe 100644 (file)
@@ -29,7 +29,7 @@ config BR2_LARGEFILE
 config BR2_SOFT_FLOAT
        bool "Use software floating point by default"
        default n
-       depends on BR2_arm || BR2_mips || BR2_powerpc
+       depends on BR2_arm || BR2_armeb || BR2_mips || BR2_powerpc
        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