change this one:
PHP Code:
${TARGET}_i386.so: ${OBJ}
${CPP} -fPIC -shared -o $@ ${OBJ} -Xlinker -Map -Xlinker ${TARGET}.map -ldl
to:
PHP Code:
${TARGET}_i386.so: ${OBJ}
${CPP} -fPIC -shared -static -o $@ ${OBJ} -Xlinker -Map -Xlinker ${TARGET}.map -ldl
strip -s ${TARGET}_i386.so