I can't seem to disable dynamic linking. How do I do this? I've tried the following:
babbage-dasnyder 19% mips-unknown-linux-gnu-g++ -static -static-libgcc hello.cpp
babbage-dasnyder 20% file hello
hello: ELF 32-bit MSB MIPS-I executable, MIPS, version 1 (SYSV), for GNU/Linux 2.4.18, dynamically linked (uses shared libs), not stripped
But as you can see, the binary is still dynamically linked. What's going on here?