-lgcc not found..

maddy
hi..

I am building a toolchain for ARM 8 specific cross-compiler.

getting this error at making of complete compiler
.
.
make[1]: Leaving directory
`/home/toolchain_project/Control-project/build-tools/build-gcc'
make: *** [all] Error 2
.
.

If I execute a simple hello.c program using my target gcc, than it gives me
error.
.

/home/toolchain_project/Control-project/tools/lib/gcc/arm-linux/4.4.4/../../../.
./arm-linux/bin/ld:
cannot find -lgcc
collect2: ld returned 1 exit status.
.
.
Any guidance...??
what is -lgcc...??

Thanks

redeagle
(for those who found this thread by a searchengine)
see https://www.friendlyarm.net/forum/topic/4270 (2012-06-19)