platform: samsung s3c6410(arm1176jzf) which supports VFP
os: linux 2.6.24
toolschain: arm-linux-eabi 4.0.1
kernel configuration: VFP part
---Floating point emulation
-->[*]EWFPE math emulation --(1)
-->[ ] support extended precison
-->[ ]VFP-format floating point maths (2)
if I choose (2), the first runned elf binary '/init' can't run
correctly, even can't run.
buf if I choose (1), '/init' will run just correctly.
so is there anyone can tell me why? is there something wrong with my
toolschain or something else?
thanks a lot!