I'm trying to cross-build a native DJGPP. It tries to build fixinc, but uses "gcc" as the compiler. It passes a full WARN_CFLAGS, which includes options that the system gcc doesn't understand, and so fails. Should we just not pass WARN_CFLAGS when cross compiling that way?