I have already figure out how to staticly link v8 with my own GLIBC/STDC++.
$(GCC_ROOT)/bin/g++ samples/bench.cpp -o bench -isystem$(GLIBC_ROOT)/include/ -I.