#fix, TW
#(use soft float in libs)
FLOATING="--with-float=soft"
...
../$NEWLIB/configure --target=$TARGET --prefix=$PREFIX --enable-interwork --enable-multilib --with-gnu-as --with-gnu-ld --disable-nls $FLOATING
...
I inserted $FLOATING in all configure calls
RGDS :-)