Angstrom native gcc finds not libgcc_s

I found a workaround for this problem. The compiler has to be
configured with -static-libgcc to link the gcc runtime library
statically to the executable.

Christian