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)
commit675837a50772858d78c6c5df6d2b7cfe07643871
tree2136d7e59552a5f0257bebcff9fe122c4ad144e5
parentdda90723ce4a6d8c84dbf7c66ef8b2c4e5d67b2c
Patch from acmay: bugs.uclibc.org/view.php?id=47

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