Can you please tell me how to make the binutils package compile staticly linked? I edited the makefile and put: CFLAGS = -g -O2 -static CXXFLAGS = -g -O2 -static LDFLAGS = -static But it doesn't work.