I'm also seeing static linking issues on mipsel using uclibc-ng 1.0.20.
A "hello world" c++ application will compile, but gives segmentation
fault. Compiling with the following produces a working binary.
(mipsel-linux-)g++ -static hello.c++ -o hello -lc -lgcc -lc
thanks,
Lance