On Wed, May 21, 2014 at 6:13 AM, Sheheryar Zahoor Qazi <sheheryar.zahoor.q...@gmail.com> wrote: >>>Building libgcc is not optional. It is required for all targets. > > So, irrespective whether i provide floating point implementation by > soft-fp, fpu-bit or ieeelib, an error free libgcc build is a MUST?
Yes. > What if I dont want to generate calls to libgcc.a but want want gcc to > generate inline code? libgcc also provides functionality that GCC requires that can not reasonably be inlined, such as the stack unwind code used for exception handling. Ian